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 195349 - ArrayIndexOutOfBoundsException: 6
Summary: ArrayIndexOutOfBoundsException: 6
Status: RESOLVED DUPLICATE of bug 197534
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 17:34 UTC by Vladimir Voskresensky
Modified: 2011-10-12 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176618


Attachments
stacktrace (2.27 KB, text/plain)
2011-02-11 17:34 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-02-11 17:34:17 UTC
Build: Analytics 2011/02/11 6a1141485ed5
VM: Java HotSpot(TM) Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS

User Comments:
vv159170: asdf




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 6
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.getEditorViewChildrenValid(EditorBoxViewChildren.java:442)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.modelToViewChecked(EditorBoxViewChildren.java:783)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.modelToViewChecked(EditorBoxView.java:441)
   at org.netbeans.modules.editor.lib2.view.DocumentView.modelToViewChecked(DocumentView.java:965)
   at org.netbeans.modules.editor.lib2.view.EditorView.modelToView(EditorView.java:253)
Comment 1 Vladimir Voskresensky 2011-02-11 17:34:23 UTC
Created attachment 105890 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-02-23 14:34:56 UTC
Strange, this looks like the initialization of paragraph view's content caused the total number of PVs to decrease which would indicate that an update of paragraph views during insertUpdate/removeUpdate was not done properly :(
Did it happen again in any latter build?
Comment 3 Marian Mirilovic 2011-10-06 07:49:01 UTC
dup of issue 194869 ?
Comment 4 Miloslav Metelka 2011-10-12 12:37:19 UTC
This should be resolved by issue 197534.

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