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 128190 - ArrayIndexOutOfBoundsException: 10
Summary: ArrayIndexOutOfBoundsException: 10
Status: RESOLVED DUPLICATE of bug 117403
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 18:50 UTC by Jesse Glick
Modified: 2008-03-25 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 10753


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-02-22 18:50:32 UTC
Build: NetBeans IDE Dev (Build 200711011200)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows 2003, 5.2, x86
User comments: Ctrl+space in class declaration (public class ... implements X)
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: 10
        at org.netbeans.lib.editor.util.GapList.get(GapList.java:459)
        at org.netbeans.spi.editor.highlighting.support.OffsetsBag.removeHighlights(OffsetsBag.java:392)
        at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate(AnnotationHolder.java:328)
        at
org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:70)
        at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
        at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1387)
        at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:641)
        at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.insertString(BaseKit.java:1089)
        at org.netbeans.modules.editor.java.JavaKit$JavaDefaultKeyTypedAction.insertString(JavaKit.java:298)
        at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1053)
Comment 1 Vitezslav Stejskal 2008-02-24 11:06:16 UTC
Probably related to issue #117403.
Comment 2 Exceptions Reporter 2008-03-24 20:13:07 UTC
This issue has already 20 duplicates 
Comment 3 Vitezslav Stejskal 2008-03-25 14:02:04 UTC
Should already be fixed, see #117403.

*** This issue has been marked as a duplicate of 117403 ***