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 204561 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 08:31 UTC by Alexander Simon
Modified: 2012-06-08 06:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182509


Attachments
stacktrace (2.71 KB, text/plain)
2011-11-02 08:31 UTC, Alexander Simon
Details
stacktrace (6.26 KB, text/plain)
2012-04-13 10:29 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-11-02 08:31:20 UTC
Build: NetBeans IDE Dev (Build 20111102-951d08566353)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: SunOS

User Comments:
alexvsimon: restart IDE with opened file




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.<init>(ViewUpdates.java:128)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.parentViewSet(DocumentViewOp.java:490)
   at org.netbeans.modules.editor.lib2.view.DocumentView.setParent(DocumentView.java:608)
   at javax.swing.plaf.basic.BasicTextUI$RootView.setView(BasicTextUI.java:1316)
   at javax.swing.plaf.basic.BasicTextUI.setView(BasicTextUI.java:678)
   at org.netbeans.editor.BaseTextUI.modelChanged(BaseTextUI.java:179)
Comment 1 Alexander Simon 2011-11-02 08:31:23 UTC
Created attachment 112711 [details]
stacktrace
Comment 2 MackSix 2012-04-13 10:29:26 UTC
Created attachment 118231 [details]
stacktrace

Started NetBeans and clicked no SQL Command tab while scanning was going on.
Comment 3 MackSix 2012-04-13 10:38:51 UTC
Product Version: NetBeans IDE Dev (Build 201204100400)
Java: 1.7.0_04-ea; Java HotSpot(TM) Client VM 23.0-b20
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 4 Exceptions Reporter 2012-05-06 14:59:57 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=182509
Comment 5 Miloslav Metelka 2012-06-04 08:59:57 UTC
http://hg.netbeans.org/jet-main/rev/8cb5d033b1a1
Comment 6 Quality Engineering 2012-06-08 06:11:49 UTC
Integrated into 'main-golden', will be available in build *201206080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8cb5d033b1a1
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #204561 - ArrayIndexOutOfBoundsException: 1.