This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187977 - [69cat] IndexOutOfBoundsException: Index: 2, VisualizerChildren.removed
Summary: [69cat] IndexOutOfBoundsException: Index: 2, VisualizerChildren.removed
Status: RESOLVED DUPLICATE of bug 184717
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 08:07 UTC by mithridates
Modified: 2010-07-16 13:11 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170904


Attachments
stacktrace (1.40 KB, text/plain)
2010-06-23 08:07 UTC, mithridates
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mithridates 2010-06-23 08:07:25 UTC
This bug was originally marked as duplicate of bug 166513, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
GUEST: Started netbeans.

GUEST: This happened when I started netbeans. I closed the open project while it was loading

ianmarshall: I was stepping over an "if" statement in debug mode.

mithridates: Tried to open "Servers"-node while NB was starting up.

jbecicka: while dubugging netbeans ide

GUEST: debugging app

GUEST: Debugging a NetBeans Platform application

GUEST: debugging remote java application

zaiboot: I was debugging a web app

GUEST: Perhaps occurred while debugging, but not sure

GUEST: running debugger

dethmaster: I was making a comment in a pom.xml for a project. When I closed the comment off it threw this exception.

vkvashin: I added a watch (to an instance of ConcurrentHashMap), set a breakpoint... on 3-rd - 4-th stop on this breakpoint (watch should be valid at that point), i tried to expand the map - exception occurred

aldobrucale: After "Apply Code Changes" in java

duncank: Debugging a swing app client EE project.  A breakpoint was triggered.

tboerkel: Editing

GUEST: Debugging web application, two lines of code and hit apply changes to code.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 2, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.remove(ArrayList.java:387)
   at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:256)
   at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:134)
   at org.openide.util.Mutex.readAccess(Mutex.java:365)
   at org.openide.util.Mutex$1R.run(Mutex.java:1307)
Comment 1 mithridates 2010-06-23 08:07:29 UTC
Created attachment 100345 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-07-16 13:11:41 UTC
One the problem is reported as assert once as IndexOutOfBoundsException. But it is the same.

*** This bug has been marked as a duplicate of bug 184717 ***