Open winfrees opened 3 years ago
Describe the bug Neighborhood generation crashes in some cases
To Reproduce Steps to reproduce the behavior:
"ERROR: Index: 0, Size: 0 java.util.ArrayList.rangeCheck(ArrayList.java:657) java.util.ArrayList.get(ArrayList.java:433) vtea.exploration.plottools.panels.XYExplorationPanel.addNeighborhoodFromGate(XYExplorationPanel.java:2552) vtea.exploration.plotgatetools.gates.GateLayer.notifyNeighborhoodListeners(GateLayer.java:1094) vtea.exploration.plotgatetools.gates.GateLayer.lambda$actionPerformed$1(GateLayer.java:909) java.lang.Thread.run(Thread.java:748) "
Expected behavior Two things, the error shouldn't happen and it probably could be captured by verifying the content of an ArrayList prior to running and by setting the accessibility of "Generate Neighborhoods..." in the pop-down menu.
Describe the bug Neighborhood generation crashes in some cases
To Reproduce Steps to reproduce the behavior:
"ERROR: Index: 0, Size: 0 java.util.ArrayList.rangeCheck(ArrayList.java:657) java.util.ArrayList.get(ArrayList.java:433) vtea.exploration.plottools.panels.XYExplorationPanel.addNeighborhoodFromGate(XYExplorationPanel.java:2552) vtea.exploration.plotgatetools.gates.GateLayer.notifyNeighborhoodListeners(GateLayer.java:1094) vtea.exploration.plotgatetools.gates.GateLayer.lambda$actionPerformed$1(GateLayer.java:909) java.lang.Thread.run(Thread.java:748) "
Expected behavior Two things, the error shouldn't happen and it probably could be captured by verifying the content of an ArrayList prior to running and by setting the accessibility of "Generate Neighborhoods..." in the pop-down menu.