Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2347 closed defect (fixed)

NoSuchMethod exception with svn 1520

Reported by: axel.roeslein@… Owned by: team
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

$ svn update
$ ant distmac
$ java -jar dist/josm-custom.jar

...

loading validator
java.lang.NoSuchMethodError: org.openstreetmap.josm.data.osm.Way.checkTagged()V
        at org.openstreetmap.josm.plugins.validator.tests.TagChecker.initializePresets(TagChecker.java:259)
        at org.openstreetmap.josm.plugins.validator.tests.TagChecker.initialize(TagChecker.java:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.openstreetmap.josm.plugins.validator.OSMValidatorPlugin.initializeTests(OSMValidatorPlugin.java:272)
        at org.openstreetmap.josm.plugins.validator.OSMValidatorPlugin.<init>(OSMValidatorPlugin.java:108)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:131)
        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:148)
        at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:172)

Attachments (0)

Change History (2)

comment:1 by stoecker, 17 years ago

Resolution: fixed
Status: newclosed

Update JOSM.

comment:2 by stoecker, 17 years ago

Ticket #2348 has been marked as a duplicate of this ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.