Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#416 closed defect (duplicate)

Combine Way exception (circularity?)

Reported by: t.i.m@… Owned by: framm
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

JOSM latest as of 15-10-2007, 20:30 BST:

I wanted to combine two ways into one using the 'Combine Way' tool and got an exception:

Development version. Unknown revision.
java.lang.NoSuchMethodError: org.openstreetmap.josm.data.osm.NodePair.sort()V

at org.openstreetmap.josm.actions.CombineWayAction.actuallyCombineWays(Unknown Source)
at org.openstreetmap.josm.actions.CombineWayAction.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1216)
at javax.swing.plaf.basic.BasicPopupMenuUI$Actions.doReturn(BasicPopupMenuUI.java:439)
at javax.swing.plaf.basic.BasicPopupMenuUI$Actions.actionPerformed(BasicPopupMenuUI.java:413)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:267)
at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:216)
at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2926)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2918)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

The beginning of the second way is the end of the first way. The end of the second way is also a middle node of the first way.

I will attach screenshots to clarify the situation.

Attachments (2)

JOSM-SelectWay1.png (127.6 KB ) - added by t.i.m@… 18 years ago.
selecting way 1
JOSM-SelectWay2.png (129.0 KB ) - added by t.i.m@… 18 years ago.
after adding way 2 to the selection

Download all attachments as: .zip

Change History (4)

by t.i.m@…, 18 years ago

Attachment: JOSM-SelectWay1.png added

selecting way 1

by t.i.m@…, 18 years ago

Attachment: JOSM-SelectWay2.png added

after adding way 2 to the selection

comment:1 by Gabriel Ebner <ge@…>, 18 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Gabriel Ebner <ge@…>, 18 years ago

This is the same as #414.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.