#4808 closed defect (fixed)
Exception when splitting
Reported by: | Nakor | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Select 1 node in a circuler way and try splitting:
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-03-24 02:31:53
Last Changed Author: jttt
Revision: 3155
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-03-23 21:17:09 +0100 (Tue, 23 Mar 2010)
Last Changed Rev: 3155
Memory Usage: 485 MB / 910 MB (300 MB allocated, but free)
Java version: 1.6.0_16, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM
Operating system: Windows XP
Dataset consistency test:
No problems found
Plugins: PicLayer,michigan_left,multipoly,openstreetbugs,remotecontrol,validator,waydownloader,wmsplugin
Plugin openstreetbugs (Version: 20463)
Plugin wmsplugin (Version: 20566)
Plugin PicLayer (Version: 20217)
Plugin remotecontrol (Version: 19946)
Plugin michigan_left (Version: 20663)
Plugin validator (Version: 20579)
Plugin waydownloader (Version: 19489)
Plugin multipoly (Version: 19456)
java.lang.NullPointerException
at org.openstreetmap.josm.actions.SplitWayAction.splitWay(SplitWayAction.java:303)
at org.openstreetmap.josm.actions.SplitWayAction.actionPerformed(SplitWayAction.java:192)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.KeyboardManager.fireBinding(Unknown Source)
at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(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 r3157