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 194255

Summary: ArrayIndexOutOfBoundsException: 59
Product: editor Reporter: Jesse Glick <jglick>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175774
Attachments: stacktrace

Description Jesse Glick 2011-01-12 11:56:27 UTC
Build: NetBeans IDE Dev (Build 110112-bfeb889f26a2)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 59
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.getView(EditorBoxView.java:203)
   at org.netbeans.editor.GlyphGutter.paintComponent(GlyphGutter.java:548)
   at javax.swing.JComponent.paint(JComponent.java:1029)
   at javax.swing.JComponent.paintChildren(JComponent.java:862)
   at javax.swing.JComponent.paint(JComponent.java:1038)
Comment 1 Jesse Glick 2011-01-12 11:56:30 UTC
Created attachment 104912 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-06 07:48:44 UTC
dup of issue 194869 ?
Comment 3 Miloslav Metelka 2011-10-07 12:46:07 UTC
This should be resolved by changes in issue 197534.

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