Sometimes, selecting a feature with the mouse throws the following NPE (one strange thing is I have no attribute panel defined at that time)
java.lang.NullPointerException
at java.util.TreeMap.compare(Unknown Source)
at java.util.TreeMap.put(Unknown Source)
at java.util.TreeSet.add(Unknown Source)
at com.vividsolutions.jump.workbench.ui.AttributeTablePanel$2.selectionChanged(AttributeTablePanel.java:581)
at com.vividsolutions.jump.workbench.ui.LayerViewPanel.fireSelectionChanged(LayerViewPanel.java:675)
at com.vividsolutions.jump.workbench.ui.SelectionManager.updatePanel(SelectionManager.java:265)
at com.vividsolutions.jump.workbench.ui.cursortool.SelectTool.gestureFinished(SelectTool.java:126)
On 22.03.2016 00:13, michael michaud wrote:
probably an already closed attribtab, that is kept because it contains the still registered listener.
solution: make sure the listeners are properly removed on attribtab closing.
..ede
Related
Bugs: #419
let's keep an eye on it. not blocking OJ 1.16