Modify ↓
Opened 12 years ago
Closed 12 years ago
#9067 closed defect (duplicate)
Cannot merge with a one-node way
| Reported by: | gormur | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | tested |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Select a new way and a one node way
- Combine (c)
What is the expected result?
A way consisting of the new way with the tags and id of the one-node way
What happens instead?
'Unexpected exeption error'. Ways not merged after error is dismissed.
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-08-07 01:35:24
Last Changed Author: Don-vip
Revision: 6115
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2013-08-07 00:04:24 +0200 (Wed, 07 Aug 2013)
Last Changed Rev: 6115
Identification: JOSM/1.5 (6115 en) Linux Fedora release 17 (Beefy Miracle)
Memory Usage: 151 MB / 672 MB (47 MB allocated, but free)
Java version: 1.7.0_25, Oracle Corporation, OpenJDK Server VM
Dataset consistency test:
[WARN - NO NODES] Way {Way id=215446347 version=1 VT nodes=[{Node id=2248942840 version=1 V lat=69.630043,lon=18.9157467}]} has only one node
Plugin: AddrInterpolation (29778)
Plugin: FixAddresses (29778)
Plugin: HouseNumberTaggingTool (29778)
Plugin: PicLayer (29809)
Plugin: buildings_tools (29778)
Plugin: conflation (0.1.6)
Plugin: download_along (29778)
Plugin: jts (29613)
Plugin: mapdust (29525)
Plugin: mirrored_download (29753)
Plugin: notes (v0.5)
Plugin: openstreetbugs (29435)
Plugin: openvisible (29778)
Plugin: public_transport (29784)
Plugin: undelete (29555)
Plugin: utilsplugin2 (29771)
Plugin: waydownloader (29771)
java.lang.ArrayIndexOutOfBoundsException: 1
at org.openstreetmap.josm.data.osm.Way.getNode(Way.java:132)
at org.openstreetmap.josm.actions.CombineWayAction.combineWaysWorker(CombineWayAction.java:127)
at org.openstreetmap.josm.actions.CombineWayAction.actionPerformed(CombineWayAction.java:211)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1661)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2870)
at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:306)
at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:263)
at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2962)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2954)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2833)
at java.awt.Component.processEvent(Component.java:6282)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1895)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:762)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1027)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:899)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:727)
at java.awt.Component.dispatchEventImpl(Component.java:4731)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Closed as duplicate of #8971.