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

Summary: ArrayIndexOutOfBoundsException: 10
Product: editor Reporter: Jesse Glick <jglick>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=10753
Issue Type: DEFECT Exception Reporter: 10753

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 ***