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

Summary: ArrayIndexOutOfBoundsException: 125
Product: editor Reporter: anba <anba>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181884
Attachments: stacktrace

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