#2338 closed defect (fixed)
Crash after selection of 1 node and 4 ways (not reproduceable)
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1497
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1497
Last Changed Date: 2009-03-17 19:28:03 +0100 (Tue, 17 Mar 2009)
Java version: 1.6.0_07
Plugins: validator;wmsplugin
Plugin validator Version: 13598
Plugin wmsplugin Version: 13796
java.lang.NullPointerException
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestNode(NavigatableComponent.java:167)
at org.openstreetmap.josm.actions.mapmode.SelectAction.getNearestCollectionVirtual(SelectAction.java:254)
at org.openstreetmap.josm.actions.mapmode.SelectAction.mousePressed(SelectAction.java:333)
at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Already fixed in new release.