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 202837 - ArrayIndexOutOfBoundsException from org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView
Summary: ArrayIndexOutOfBoundsException from org.netbeans.modules.editor.lib2.view.Vie...
Status: RESOLVED DUPLICATE of bug 202588
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:
: 202508 202674 203185 203815 204064 204080 204317 204395 204947 205060 205116 205404 209842 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-29 17:12 UTC by maghiel
Modified: 2012-03-21 12:03 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181493


Attachments
stacktrace (3.59 KB, text/plain)
2011-09-29 17:12 UTC, maghiel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maghiel 2011-09-29 17:12:38 UTC
Build: NetBeans IDE Dev (Build 201109260601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 56
   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 maghiel 2011-09-29 17:12:43 UTC
Created attachment 111326 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-10-05 14:49:15 UTC
Index is from org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView.
Comment 3 Milutin Kristofic 2011-10-05 14:53:12 UTC
*** Bug 202508 has been marked as a duplicate of this bug. ***
Comment 4 Marian Mirilovic 2011-10-06 07:47:19 UTC
dup of issue 194869 ?
Comment 5 Milutin Kristofic 2011-10-06 08:59:33 UTC
*** Bug 203185 has been marked as a duplicate of this bug. ***
Comment 6 Milutin Kristofic 2011-10-06 09:02:26 UTC
*** Bug 202674 has been marked as a duplicate of this bug. ***
Comment 7 Milutin Kristofic 2011-10-18 09:44:58 UTC
*** Bug 203815 has been marked as a duplicate of this bug. ***
Comment 8 Miloslav Metelka 2011-10-18 10:27:01 UTC
This is unfortunately an invalid locking of the view hierarchy - it's resolved by issue 202588. Any Dev build after 20110929 from

http://bits.netbeans.org/download/trunk/nightly/latest/

should have this problem fixed.

*** This bug has been marked as a duplicate of bug 202588 ***
Comment 9 Milutin Kristofic 2011-10-24 08:52:44 UTC
*** Bug 204080 has been marked as a duplicate of this bug. ***
Comment 10 Milutin Kristofic 2011-10-24 08:54:58 UTC
*** Bug 204064 has been marked as a duplicate of this bug. ***
Comment 11 Milutin Kristofic 2011-10-27 11:30:45 UTC
*** Bug 204317 has been marked as a duplicate of this bug. ***
Comment 12 Milutin Kristofic 2011-10-31 10:10:56 UTC
*** Bug 204395 has been marked as a duplicate of this bug. ***
Comment 13 Milutin Kristofic 2011-11-15 10:02:22 UTC
*** Bug 205060 has been marked as a duplicate of this bug. ***
Comment 14 Milutin Kristofic 2011-11-15 10:02:51 UTC
*** Bug 204947 has been marked as a duplicate of this bug. ***
Comment 15 Milutin Kristofic 2011-11-15 10:03:58 UTC
*** Bug 205116 has been marked as a duplicate of this bug. ***
Comment 16 Milutin Kristofic 2011-11-24 11:51:25 UTC
*** Bug 205404 has been marked as a duplicate of this bug. ***
Comment 17 Milutin Kristofic 2012-03-21 12:03:36 UTC
*** Bug 209842 has been marked as a duplicate of this bug. ***