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 212734 - 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-05-19 03:18 UTC by rweaver
Modified: 2012-05-21 16:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186905


Attachments
stacktrace (702 bytes, text/plain)
2012-05-19 03:18 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rweaver 2012-05-19 03:18:39 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X

User Comments:
GUEST: Opening required projects, just after check out from SVN




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.access$2100(OpenProjectList.java:132)
Comment 1 rweaver 2012-05-19 03:18:44 UTC
Created attachment 119640 [details]
stacktrace
Comment 2 Jesse Glick 2012-05-21 16:15:36 UTC

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