Modify ↓
Opened 8 years ago
Closed 7 years ago
#13840 closed defect (othersoftware)
NoSuchElementException at CreateStopAreaFromSelectedObjectOperation.performCustomizing
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin CustomizePublicTransportStop | Version: | |
Keywords: | template_report github | Cc: |
Description
What steps will reproduce the problem?
- start the app
What is the expected result?
the app start freeze
What happens instead?
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: 2016-09-06 00:16:07 +0200 (Tue, 06 Sep 2016) Build-Date:2016-09-05 22:21:00 Revision:10966 Relative:URL: ^/trunk Identification: JOSM/1.5 (10966 de) Windows 7 64-Bit Memory Usage: 473 MB / 910 MB (268 MB allocated, but free) Java version: 1.8.0_111-b14, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 1680x1050 Maximum Screen Size: 1680x1050 Dataset consistency test: No problems found Plugins: + CustomizePublicTransportStop (0.3) + FixAddresses (32796) + Mapillary (v1.3.1) + apache-commons (32699) + apache-http (32699) + buildings_tools (32944) + download_along (32946) + gson (32680) + mapdust (32787) + public_transport (32796) + scoutsigns (85) + tageditor (33021) + terracer (33031) + turnlanes-tagging (252) + turnrestrictions (32796) + wikipedia (33017) Last errors/warnings: - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.mapillary.gui.MapillaryChangesetDialog$SubmitAction@298c092b === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (19) of main java.util.NoSuchElementException at org.openstreetmap.josm.tools.SubclassFilteredCollection$FilterIterator.next(SubclassFilteredCollection.java:58) at ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CreateStopAreaFromSelectedObjectOperation.performCustomizing(CreateStopAreaFromSelectedObjectOperation.java:170) at ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CustomizeStopAction.actionPerformed(CustomizeStopAction.java:79) 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.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.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 (9)
comment:1 by , 8 years ago
Component: | Core → Plugin public_transport |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Component: | Plugin public_transport → Plugin CustomizePublicTransportStop |
---|---|
Owner: | changed from | to
Right ...
comment:4 by , 7 years ago
Summary: | It crash at the start → NoSuchElementException at CreateStopAreaFromSelectedObjectOperation.performCustomizing |
---|
comment:6 by , 7 years ago
Keywords: | github added |
---|
comment:7 by , 7 years ago
Reported upstream: https://github.com/bwr57/CustomizePublicTransportStop/issues/6
comment:9 by , 7 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
Tracking the issue on Github. It's an external plugin, we cannot fix it.
Note:
See TracTickets
for help on using tickets.
Shouldn't it be
Plugin CustomizePublicTransportStop
?