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 178579 - IndexOutOfBoundsException: Index: 5, Size: 5
Summary: IndexOutOfBoundsException: Index: 5, Size: 5
Status: RESOLVED DUPLICATE of bug 178486
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 04:35 UTC by Vladimir Voskresensky
Modified: 2009-12-14 07:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163550


Attachments
stacktrace (964 bytes, text/plain)
2009-12-14 04:35 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2009-12-14 04:35:50 UTC
Build: NetBeans IDE Dev (Build 091214-6e1b08bda344)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS, 5.10, x86

User Comments:
GUEST: editing a source file



Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 5, Size: 5
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.netbeans.editor.Annotations.getLineAnnotations(Annotations.java:396)
   at org.netbeans.editor.Annotations.getPasiveAnnotations(Annotations.java:488)
   at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting.refreshLine(AnnotationsHighlighting.java:160)
   at org.netbeans.modules.editor.impl.highlighting.AnnotationsHighlighting.refreshAllLines(AnnotationsHighlighting.java:147)
Comment 1 Vladimir Voskresensky 2009-12-14 04:35:54 UTC
Created attachment 92512 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-12-14 06:23:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163550
Comment 3 Vitezslav Stejskal 2009-12-14 07:09:34 UTC

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