Opened 16 years ago
Closed 16 years ago
#1620 closed defect (wontfix)
Error when running "Fix" duplicate nodes with Validator Plugin
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
I'm using Validator plugin in JOSM, in a Windows Vista OS. I changed some ways and it show me some erros related to duplicate nodes. I double-clicked in one of the errors and it selected the two nodes duplicated. I clicked in "Fix" and then I got an error:
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 947
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 947
Last Changed Date: 2008-09-12 09:38:53 +0200 (Fri, 12 Sep 2008)
java.lang.NoSuchMethodError: org.openstreetmap.josm.command.DeleteCommand.delete(Ljava/util/Collection;)Lorg/openstreetmap/josm/command/Command;
at org.openstreetmap.josm.plugins.validator.tests.DuplicateNode.fixError(DuplicateNode.java:140)
at org.openstreetmap.josm.plugins.validator.TestError.getFix(TestError.java:225)
at org.openstreetmap.josm.plugins.validator.ValidatorDialog.fixErrors(ValidatorDialog.java:149)
at org.openstreetmap.josm.plugins.validator.ValidatorDialog.actionPerformed(ValidatorDialog.java:302)
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 (0)
Change History (1)
comment:1 by , 16 years ago
Component: | unspecified → Core validator |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
The Validatator version you are using doesn't match the JOSM version you are using. You trying to insert a CD into a floppy disk drive, so to say ;)
Please update both JOSM and your plugin. That should fix the problem; if it dosn't, please re-open this ticket.