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 213508 - IndexOutOfBoundsException: Index: 0, Size: 0
Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Status: RESOLVED DUPLICATE of bug 210991
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 09:37 UTC by Jan Becicka
Modified: 2012-06-04 22:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188924


Attachments
stacktrace (3.52 KB, text/plain)
2012-06-04 09:37 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2012-06-04 09:37:45 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3646
OS: Mac OS X

Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1394)
   at org.openide.util.Mutex.readAccess(Mutex.java:271)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:731)
   at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:592)
Comment 1 Jan Becicka 2012-06-04 09:37:51 UTC
Created attachment 120294 [details]
stacktrace
Comment 2 Jesse Glick 2012-06-04 22:13:13 UTC

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