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 - ArrayIndexOutOfBoundsException: 59
Summary: ArrayIndexOutOfBoundsException: 59
Status: RESOLVED DUPLICATE of bug 197534
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 11:56 UTC by Jesse Glick
Modified: 2011-10-07 12:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175774


Attachments
stacktrace (3.05 KB, text/plain)
2011-01-12 11:56 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***