JAL-3253-applet JAL-3423 Windows TestNG
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 28 Aug 2019 04:49:52 +0000 (23:49 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 28 Aug 2019 04:49:52 +0000 (23:49 -0500)
Bob bug found in IntervalStore-noNCList

src/intervalstore/nonc/IntervalStore.java

index 1ea9ee0..55d29e8 100644 (file)
@@ -619,7 +619,7 @@ public class IntervalStore<T extends IntervalI>
     {
       result = new ArrayList<>();
     }
-    switch (intervalCount)
+    switch (intervalCount + added)
     {
     case 0:
       return result;
@@ -823,7 +823,7 @@ public class IntervalStore<T extends IntervalI>
   @Override
   public String prettyPrint()
   {
-    switch (intervalCount)
+    switch (intervalCount + added)
     {
     case 0:
       return "";