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 207313 - [71cat] ArrayIndexOutOfBoundsException: 4
Summary: [71cat] ArrayIndexOutOfBoundsException: 4
Status: RESOLVED DUPLICATE of bug 203827
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-14 20:08 UTC by Michel Graciano
Modified: 2012-02-23 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182534


Attachments
stacktrace (1.84 KB, text/plain)
2012-01-14 20:08 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-01-14 20:08:36 UTC
Build: NetBeans IDE Dev (Build 20120112-b004f50b8cc1)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.DocumentView.getView(DocumentView.java:308)
   at org.netbeans.editor.EditorUI$3.run(EditorUI.java:773)
   at org.netbeans.modules.editor.lib2.view.DocumentView.runTransaction(DocumentView.java:213)
   at org.netbeans.editor.Utilities$3.run(Utilities.java:1267)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1335)
Comment 1 Michel Graciano 2012-01-14 20:08:38 UTC
Created attachment 114910 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-02-23 10:58:12 UTC
It should be fixed by issue #203827.

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