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 225362 - [73cat] IndexOutOfBoundsException: View index=384 >= 384
Summary: [73cat] IndexOutOfBoundsException: View index=384 >= 384
Status: RESOLVED DUPLICATE of bug 225451
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 17:38 UTC by misterm
Modified: 2013-02-04 13:07 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195038


Attachments
stacktrace (4.14 KB, text/plain)
2013-01-25 17:38 UTC, misterm
Details
stacktrace (4.51 KB, text/plain)
2013-01-30 17:22 UTC, Jaroslav Tulach
Details
threaddump (27.08 KB, text/plain)
2013-01-31 11:31 UTC, bolsover
Details
stacktrace (5.53 KB, text/plain)
2013-02-03 12:28 UTC, medeag
Details
stacktrace (4.42 KB, text/plain)
2013-02-04 07:43 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-25 17:38:25 UTC
Build: NetBeans IDE Dev (Build 20130125-7919c44adcc6)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.IndexOutOfBoundsException: View index=384 >= 384
   at org.netbeans.modules.editor.lib2.view.DocumentView.getParagraphView(DocumentView.java:335)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.initModUpdate(ViewBuilder.java:476)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.updateViewsByModification(ViewUpdates.java:310)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:277)
   at sun.reflect.GeneratedMethodAccessor140.invoke(GeneratedMethodAccessor140.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 misterm 2013-01-25 17:38:26 UTC
Created attachment 130667 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-01-30 17:22:50 UTC
Created attachment 130850 [details]
stacktrace
Comment 3 bolsover 2013-01-31 11:31:07 UTC
Created attachment 130882 [details]
threaddump

Threaddump taken following hang of editor paste function
Comment 4 medeag 2013-02-03 12:28:58 UTC
Created attachment 130961 [details]
stacktrace

formating code
Comment 5 Alexander Simon 2013-02-04 07:43:59 UTC
Created attachment 130973 [details]
stacktrace
Comment 6 Alexander Simon 2013-02-04 07:54:12 UTC
27 reports => P2
Comment 7 Miloslav Metelka 2013-02-04 13:07:32 UTC
Dup of issue #225451 resolved in 7.3

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