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 205116

Summary: ArrayIndexOutOfBoundsException: 47
Product: editor Reporter: fresler
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: 181592
Attachments: stacktrace

Description fresler 2011-11-14 20:04:02 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-383, Java(TM) SE Runtime Environment, 1.6.0_26-b03-383-11A511
OS: Mac OS X

User Comments:
fresler: Typing in a query string.  Normally it pops up the database connection selection.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 47
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.ViewChildren.endVisualOffset(ViewChildren.java:210)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.getChildAllocation(DocumentViewChildren.java:223)
   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 fresler 2011-11-14 20:04:04 UTC
Created attachment 113202 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-11-15 10:03:58 UTC

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