From 40d1e623b7f1be3a25ba03172ad66c860f79f21e Mon Sep 17 00:00:00 2001 From: BobHanson Date: Mon, 23 Mar 2020 15:17:11 -0500 Subject: [PATCH] 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. --- swingjs/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.2