#3363 closed defect (fixed)
measurement plugin defect - selecting a way
Reported by: | vsandre | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | selecting way | Cc: |
Description
Following exception while selecting a way since latest r2018.
measurement plugin revision 16801
{{{java.lang.IllegalAccessError: tried to access field org.openstreetmap.josm.data.
osm.Way.nodes from class org.openstreetmap.josm.plugins.measurement.MeasurementD
ialog$1
at org.openstreetmap.josm.plugins.measurement.MeasurementDialog$1.select
ionChanged(MeasurementDialog.java:128)
at org.openstreetmap.josm.data.osm.DataSet.fireSelectionChanged(DataSet.
java:245)
at org.openstreetmap.josm.data.osm.DataSet.setSelected(DataSet.java:193)
at org.openstreetmap.josm.actions.mapmode.SelectAction.selectPrims(Selec
tAction.java:534)
at org.openstreetmap.josm.actions.mapmode.SelectAction.mousePressed(Sele
ctAction.java:387)
at java.awt.AWTEventMulticaster.mousePressed(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 , 16 years ago
Keywords: | selecting way added; fireSelectionChanged removed |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please update to the latest version of the measurement plugin. There should be a new version compatible with JOSM r2012 and higher.
See so #3364.