Modify ↓
Opened 7 years ago
Closed 7 years ago
#15454 closed defect (fixed)
Bug in showing public transport route patterns
Reported by: | Owned by: | roland.olbricht | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin public_transport | Version: | tested |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- (install plugin "public_transport")
- Menu: Public Tranport -> Route patterns
- Select a route pattern
- Go to tab "Itinerary"
- Select one of the names
- Click "Show"
What is the expected result?
The selected part of the route will be shown in the edit window.
What happens instead?
The route part will not be shown. A window opens telling "You have encountered a bug in JOSM".
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-10-03 21:43:00 +0200 (Tue, 03 Oct 2017) Build-Date:2017-10-03 19:50:21 Revision:12921 Relative:URL: ^/trunk Identification: JOSM/1.5 (12921 en) Windows 10 64-Bit OS Build number: Windows 10 Home 1703 (15063) Memory Usage: 206 MB / 247 MB (32 MB allocated, but free) Java version: 1.8.0_144-b01, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1920x1080 Maximum Screen Size: 1920x1080 Dataset consistency test: No problems found Plugins: + public_transport (33166) Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools. - E: Handled by bug report queue: java.lang.IncompatibleClassChangeError: Class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor does not implement the requested interface org.openstreetmap.josm.data.osm.visitor.Visitor - W: Unable to detect current tested version of JOSM:: java.lang.NumberFormatException: For input string: "<html>12921 - E: Handled by bug report queue: java.lang.IncompatibleClassChangeError: Class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor does not implement the requested interface org.openstreetmap.josm.data.osm.visitor.Visitor - W: Unable to detect current tested version of JOSM:: java.lang.NumberFormatException: For input string: "<html>12921 - E: Handled by bug report queue: java.lang.IncompatibleClassChangeError: Class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor does not implement the requested interface org.openstreetmap.josm.data.osm.visitor.Visitor OSM API: http://opengeofiction.net/api === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.lang.IncompatibleClassChangeError: Class org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor does not implement the requested interface org.openstreetmap.josm.data.osm.visitor.Visitor at org.openstreetmap.josm.data.osm.Way.accept(Way.java:214) at public_transport.RoutePatternAction.actionPerformed(RoutePatternAction.java:1090) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(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.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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 , 7 years ago
Component: | Core → Plugin public_transport |
---|---|
Owner: | changed from | to
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [o33766].