Modify ↓
#2347 closed defect (fixed)
NoSuchMethod exception with svn 1520
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.



Update JOSM.