Modify ↓
Opened 8 years ago
Last modified 8 years ago
#13755 new defect
IAE at ImproveWayAccuracyAction.mouseReleased - on node removal
Reported by: | ninjamask | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- press W for the waytool
- select a node that is that is part of an relation. it has to be a node.
- try alt clicking on the node to remove the node
What is the expected result?
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-10-01 23:11:11 +0200 (Sat, 01 Oct 2016) Build-Date:2016-10-02 01:36:29 Revision:11070 Relative:URL: ^/trunk Identification: JOSM/1.5 (11070 de) Windows Vista 32-Bit Memory Usage: 590 MB / 989 MB (293 MB allocated, but free) Java version: 1.8.0_101-b13, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1680x1050 Maximum Screen Size: 1680x1050 Dataset consistency test: [WARN - NO NODES] Way {Way id=192702262 version=3 MVT nodes=[{Node id=1819685365 version=3 MV lat=18.538345991035126,lon=-70.24590457338869}]} has only one node Plugins: + OpeningHoursEditor (32699) + RoadSigns (32796) + buildings_tools (32944) + continuosDownload (53) + contourmerge (1022) + download_along (32946) + ejml (32680) + geotools (32813) + imagery_offset_db (32796) + jts (32699) + log4j (32699) + reverter (32796) + terracer (32699) + todo (30000) + turnlanes (32796) + turnrestrictions (32796) + undelete (32699) + utilsplugin2 (32815) + waydownloader (32699) Tagging presets: + https://josm.openstreetmap.de/josmfile?page=Presets/LaneAttributes&zip=1 Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/BesideTheRoad_Speed&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Coloured_Streets&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Fixme&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Lit&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/LessObtrusiveNodes&zip=1 Validator rules: + http://openrailwaymap.org/validator/openrailwaymap.validator.mapcss Last errors/warnings: - W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t2.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t2.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t2.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t2.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t2.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net - W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.lang.IllegalArgumentException: Neue Linie {Way id=192702262 version=3 MVT nodes=[]} hat 0 Punkte at org.openstreetmap.josm.command.ChangeCommand.sanityChecks(ChangeCommand.java:59) at org.openstreetmap.josm.command.ChangeCommand.<init>(ChangeCommand.java:38) at org.openstreetmap.josm.actions.mapmode.ImproveWayAccuracyAction.mouseReleased(ImproveWayAccuracyAction.java:481) 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 (1)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | error on point removal → IAE at ImproveWayAccuracyAction.mouseReleased - on node removal |
Note:
See TracTickets
for help on using tickets.