Opened 13 years ago
Closed 13 years ago
#3993 closed defect (fixed)
IndexOutOfBoundsException when deleting osm layer
Reported by: | richlv | Owned by: | jttt |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description (last modified by )
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2009-11-20 02:31:59
Last Changed Author: jttt
Revision: 2485
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2009-11-19 21:58:09 +0100 (Thu, 19 Nov 2009)
Last Changed Rev: 2485
Memory Usage: 59 MB / 254 MB (14 MB allocated, but free)
Java version: 1.6.0_16
Plugins: remotecontrolwmsplugin
Plugin remotecontrol Version: 18678
Plugin wmsplugin Version: 18712
java.lang.IndexOutOfBoundsException: Index: 163, Size: 89
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.openstreetmap.josm.gui.dialogs.RelationListDialog$RelationListModel.getElementAt(RelationListDialog.java:625)
at javax.swing.JList.getSelectedValues(Unknown Source)
at org.openstreetmap.josm.gui.dialogs.RelationListDialog.getAllSelected(RelationListDialog.java:262)
at org.openstreetmap.josm.gui.dialogs.RelationListDialog.updateList(RelationListDialog.java:193)
at org.openstreetmap.josm.gui.dialogs.RelationListDialog.activeLayerChange(RelationListDialog.java:205)
at org.openstreetmap.josm.gui.MapView.fireActiveLayerChanged(MapView.java:234)
at org.openstreetmap.josm.gui.MapView.removeLayer(MapView.java:272)
at org.openstreetmap.josm.Main.removeLayer(Main.java:189)
at org.openstreetmap.josm.gui.dialogs.LayerListDialog$DeleteLayerAction.actionPerformed(LayerListDialog.java:336)
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.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.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 Changed 13 years ago by
Owner: | changed from team to jttt |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Should be fixed in r2487