From: BobHanson Date: Mon, 23 Mar 2020 20:17:11 +0000 (-0500) Subject: Bamboo reproducibility test #2 -- only README.txt changed. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=40d1e623b7f1be3a25ba03172ad66c860f79f21e;p=jalview.git Bamboo reproducibility test #2 -- only README.txt changed. 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. --- diff --git a/swingjs/README.txt b/swingjs/README.txt index 412f96a..f45850b 100644 --- a/swingjs/README.txt +++ b/swingjs/README.txt @@ -3,6 +3,6 @@ and the run-time core site files (SwingJS-site.zip) 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.