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 223914 - IndexOutOfBoundsException: Index: 1512, Size: 30
Summary: IndexOutOfBoundsException: Index: 1512, Size: 30
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 10:21 UTC by marco76
Modified: 2013-01-04 02:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195578


Attachments
stacktrace (3.42 KB, text/plain)
2012-12-17 10:21 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-12-17 10:21:00 UTC
Build: NetBeans IDE Dev (Build 201212140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
petah: Alt tabbing, scanning, jump  to declaration?




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 1512, Size: 30
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at java.util.Collections$UnmodifiableList.get(Collections.java:1211)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables.get(ClusteredIndexables.java:146)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables.access$500(ClusteredIndexables.java:78)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables$RemovedCollection$It.hasNext(ClusteredIndexables.java:603)
Comment 1 marco76 2012-12-17 10:21:02 UTC
Created attachment 129441 [details]
stacktrace
Comment 2 Tomas Zezula 2013-01-03 15:14:46 UTC
Fixed jet-main 8effcb8bea75
Comment 3 Quality Engineering 2013-01-04 02:31:30 UTC
Integrated into 'main-golden', will be available in build *201301040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8effcb8bea75
User: Tomas Zezula <tzezula@netbeans.org>
Log: #223914:IndexOutOfBoundsException: Index: 1512, Size: 30