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 204947

Summary: ArrayIndexOutOfBoundsException: 10
Product: editor Reporter: katsuke <katsuke>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jaras2678, qingyue
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181326
Attachments: stacktrace

Description katsuke 2011-11-10 15:49:03 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

User Comments:
GUEST: ???????????? ????? ?????????

GUEST: Debugging a php 5.3 on my local machine via xdebug. I was stepping through the code with F7.

GUEST: held ctrl + y

GUEST: typing in the editor window, editing a javascript file

katsuke: typing in a php file




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 10
   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 katsuke 2011-11-10 15:49:07 UTC
Created attachment 113097 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-11-15 10:02:51 UTC

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