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 204064 - ArrayIndexOutOfBoundsException: 125
Summary: ArrayIndexOutOfBoundsException: 125
Status: RESOLVED DUPLICATE of bug 202837
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 13:10 UTC by anba
Modified: 2011-10-24 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181884


Attachments
stacktrace (3.46 KB, text/plain)
2011-10-21 13:10 UTC, anba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anba 2011-10-21 13:10:05 UTC
This issue was reported manually by anba.
It already has 2 duplicates 


Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
anba: Editing C++ interface.

anba: Adding a public C++ object variable.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 125
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.ViewChildren.startVisualOffset(ViewChildren.java:199)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.getChildAllocation(DocumentViewChildren.java:222)
   at org.netbeans.modules.editor.lib2.view.DocumentView.getChildAllocation(DocumentView.java:315)
   at org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView(ViewHierarchyImpl.java:286)
   at org.netbeans.modules.editor.lib2.view.LockedViewHierarchy.modelToParagraphView(LockedViewHierarchy.java:124)
Comment 1 anba 2011-10-21 13:10:08 UTC
Created attachment 112307 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-10-24 08:54:58 UTC
Try newer dev build. It should be repaired after 20110929. See duplicate

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