Modify

Ticket #414 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

exception in combine tool

Reported by: anonymous Owned by: framm
Priority: major Component: Core
Version: latest Keywords:
Cc:

Description

I selected 3 ways and then I tried to join them into one with "Combine several ways". I noticed same error when I later tried to combine two ways with comon node and single segment (2 nodes) each. (also, newest JAR's seem to miss version information, so I have no clue what version it actually is. I downloaded it from http://josm.openstreetmap.de/download/josm-latest.jar about 10 minutes ago)

This is the exception I got:

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(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(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)

Attachments

Change History

comment:1 Changed 4 years ago by Gabriel Ebner <ge@…>

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in latest josm-latest.jar.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.