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

Summary: IndexOutOfBoundsException: Index: 1512, Size: 30
Product: editor Reporter: marco76
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: ehsavoie, Petah, zeloras
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195578
Attachments: stacktrace

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