In test #1 (build #7) a new test failure occurred in
and SeqCanvasTest showed the very strange message:
SC1 15 [ViewportRange startRes=0 endRes=66 startSeq=0 endSeq=13]
indicating that between the first and the last of these few lines:
av.getRanges().setStartEndSeq(0, 3);
int h = av.getRanges().getVisibleAlignmentHeight();
String s = "";
s += " SC1 " + av.getRanges().getVisibleAlignmentHeight() + " "
+ av.getRanges();
av's range gets set to 13 instead of 3.
In addition are version directories -- for example, ver/3.1.1 and ver/3.2.1
-The second of these, ver/3.2.1, adds Java 8 functionality.
+The second of these, ver/3.2.1, adds Java 8 functionality.