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 210612 - ArrayIndexOutOfBoundsException at javax.swing.text.BoxView.updateLayoutArray
Summary: ArrayIndexOutOfBoundsException at javax.swing.text.BoxView.updateLayoutArray
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 12:08 UTC by Kenneth Ganfield
Modified: 2012-11-23 02:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186602


Attachments
stacktrace (8.11 KB, text/plain)
2012-04-03 12:08 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-04-03 12:08:53 UTC
Build: NetBeans IDE Dev (Build 201204030400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3527
OS: Mac OS X

User Comments:
kganfield: selecting tasks in Select Profiling Task dialog




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException
   at javax.swing.text.BoxView.updateLayoutArray(BoxView.java:197)
   at javax.swing.text.BoxView.replace(BoxView.java:168)
   at javax.swing.text.View.append(View.java:401)
   at javax.swing.text.FlowView$FlowStrategy.layout(FlowView.java:456)
   at javax.swing.text.FlowView.layout(FlowView.java:184)
   at javax.swing.text.BoxView.setSize(BoxView.java:380)
Comment 1 Kenneth Ganfield 2012-04-03 12:08:57 UTC
Created attachment 117733 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-11-20 15:15:41 UTC
Not reproducible, hopefully fixed by disabling caret blinking on Mac OS X: http://hg.netbeans.org/profiler-main/rev/e015e0a5daf8.
Comment 3 Quality Engineering 2012-11-23 02:42:33 UTC
Integrated into 'main-golden', will be available in build *201211230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e015e0a5daf8
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #210612 - disable caret blinking in STP (Mac OS X)