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 196154 - IndexOutOfBoundsException: Index: 5, Size: 2
Summary: IndexOutOfBoundsException: Index: 5, Size: 2
Status: RESOLVED DUPLICATE of bug 196228
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 11:04 UTC by Vladimir Voskresensky
Modified: 2011-03-03 19:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177139


Attachments
stacktrace (7.72 KB, text/plain)
2011-03-01 11:04 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-03-01 11:04:29 UTC
Build: NetBeans IDE Dev (Build 110301-76b1ffa3af7d)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux

Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 5, Size: 2
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.netbeans.modules.cnd.repository.util.IntToStringCache.getValueById(IntToStringCache.java:166)
   at org.netbeans.modules.cnd.repository.translator.RepositoryTranslatorImpl.getFileNameById(RepositoryTranslatorImpl.java:140)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils.getFileNameById(RepositoryUtils.java:372)
   at org.netbeans.modules.cnd.modelimpl.repository.KeyUtilities.getFileNameById(KeyUtilities.java:144)
Comment 1 Vladimir Voskresensky 2011-03-01 11:04:34 UTC
Created attachment 106590 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2011-03-03 19:32:54 UTC
I had repository from old version, probably it was corrupted

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