﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3364	routes plugin - selecting way	vsandre	jttt	"Exception while displaying data with a bicycle or hiking route with the latest r2018[[BR]]
''routes'' plugin revision: '''16683'''

{{{
Exception occurred during event dispatching:
java.lang.IllegalAccessError: tried to access field org.openstreetmap.josm.data.
osm.Way.nodes from class org.openstreetmap.josm.plugins.routes.PathBuilder
        at org.openstreetmap.josm.plugins.routes.PathBuilder.addWay(PathBuilder.
java:20)
        at org.openstreetmap.josm.plugins.routes.RouteLayer.addRelation(RouteLay
er.java:90)
        at org.openstreetmap.josm.plugins.routes.RouteLayer.paint(RouteLayer.jav
a:109)
        at org.openstreetmap.josm.gui.MapView.paint(MapView.java:370)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintToOffscreen(Unknown Source)
        at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown S
ource)
        at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
        at javax.swing.RepaintManager.paint(Unknown Source)
        at javax.swing.JComponent._paintImmediately(Unknown Source)
        at javax.swing.JComponent.paintImmediately(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknow
n Source)
        at java.awt.event.InvocationEvent.dispatch(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.pumpEventsForFilter(Unknown Source)
        at java.awt.Dialog$1.run(Unknown Source)
        at java.awt.Dialog$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Unknown Source)
        at java.awt.Component.show(Unknown Source)
        at java.awt.Component.setVisible(Unknown Source)
        at java.awt.Window.setVisible(Unknown Source)
        at java.awt.Dialog.setVisible(Unknown Source)
        at org.openstreetmap.josm.gui.PleaseWaitDialog.setVisible(PleaseWaitDial
og.java:90)
        at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(P
leaseWaitProgressMonitor.java:93)
        at java.awt.event.InvocationEvent.dispatch(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)
}}}

See also #3363.
I am not sure if it is josm problem or a plugin problem so I send a trac twice."	defect	closed	normal		Plugin routes	latest	fixed	selecting way	
