Opened 14 years ago
Closed 14 years ago
#5565 closed defect (fixed)
Error when clicking
Reported by: | Owned by: | Upliner | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin fuzzer | Version: | tested |
Keywords: | Cc: |
Description
This is the error :
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-10-06 01:31:17
Last Changed Author: bastiK
Revision: 3592
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-10-05 20:34:31 +0200 (Tue, 05 Oct 2010)
Last Changed Rev: 3592
Identification: JOSM/1.5 (3592 it)
Memory Usage: 267 MB / 494 MB (150 MB allocated, but free)
Java version: 1.6.0_19, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows XP
Dataset consistency test: No problems found
Plugin: ElevationProfile (321)
Plugin: OpeningHoursEditor (22850)
Plugin: RoadSigns (22850)
Plugin: buildings_tools (23330)
Plugin: colorscheme (21563)
Plugin: editgpx (22548)
Plugin: fuzzer (15)
Plugin: graphview (23435)
Plugin: multipoly-convert (21706)
Plugin: openstreetbugs (22723)
Plugin: routes (23422)
Plugin: validator (23192)
Plugin: wmsplugin (23454)
java.lang.NoSuchMethodError: wmsplugin.WMSLayer.getDx()D
at fuzzer.FuzzySelectAction.mouseClicked(FuzzySelectAction.java:269)
at java.awt.AWTEventMulticaster.mouseClicked(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 (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [o24221]. Update wmsplugin and fuzzer will work again.
Can I put getDx() and getDy() methods of WMSLayer class back? Is there strong reason to remove them?