Modify ↓
#706 closed defect (fixed)
Exception after trying to split a circular way
| Reported by: | Chriki | Owned by: | framm |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
My steps before the exception
I had a circular way which I wanted to split at a single node. I marked the split node only and hit P for splitting. I then got a message box saying that I had to select at least two nodes in order to split a circular way. When I selected two nodes and again hit P, the exception below was thrown.
Despite the exception it seems that the way has been split into two ways at the two marked nodes.
Output by JOSM
Path: josm URL: http://www.openstreetmap.de/svn/josm Repository Root: http://www.openstreetmap.de/svn/josm Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Revision: 613 Node Kind: directory Last Changed Author: framm Last Changed Rev: 613 Last Changed Date: 2008-04-18 01:35:06 +0200 (Fri, 18 Apr 2008) java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(Unknown Source) at java.util.LinkedList$ListItr.next(Unknown Source) at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegments(NavigatableComponent.java:158) at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegment(NavigatableComponent.java:206) at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegment(NavigatableComponent.java:215) at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWay(NavigatableComponent.java:222) at org.openstreetmap.josm.gui.NavigatableComponent.getNearest(NavigatableComponent.java:242) at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:148) at java.lang.Thread.run(Unknown Source)
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Fixed since yesterday (r619). Please update your JOSM.