Modify

Opened 16 years ago

Closed 16 years ago

#1517 closed defect (worksforme)

Exception when moving a node at a junction of three ways

Reported by: anonymous Owned by: framm
Priority: major Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 934
Node Kind: directory
Last Changed Author: ce
Last Changed Rev: 934
Last Changed Date: 2008-09-07 23:55:13 +0200 (Sun, 07 Sep 2008)

java.lang.IndexOutOfBoundsException: Index: 11, Size: 8

at java.util.ArrayList.add(Unknown Source)
at org.openstreetmap.josm.actions.mapmode.SelectAction.mouseDragged(SelectAction.java:176)
at java.awt.AWTEventMulticaster.mouseDragged(Unknown Source)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at javax.swing.JComponent.processMouseMotionEvent(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.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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 (5)

comment:1 by anonymous, 16 years ago

Could you make that reproducable? E.G. Uploading an OSM-File and a detailed description.

Kannst Du das reproduzierbar machen? Z.B Eine OSM-Datei beilegen und eine detailierte Anleitung.

comment:2 by anonymous, 16 years ago

Also ich habe da mal nachgeschaut und so wie der Fehler beschrieben ist laesst er sich nicht reproduzieren. Ein osm, wo das passiert ist, waere hilfreich.

comment:3 by framm, 16 years ago

Investigated this and found no possible way this could ever happen - at least as of r943, this error could only occur if a WaySegment had been created that pointed to an index that was higher than the number of nodes of the WaySegment's way...?

comment:4 by framm, 16 years ago

Summary: Fehler beim Verschieben eines Node, 3 abgehende WaysException when moving a node at a junction of three ways

comment:5 by stoecker, 16 years ago

Resolution: worksforme
Status: newclosed

No answer. Closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.