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 81550 - ArrayIndexOutOfBoundsException closing FindUsages window (sometimes others)
Summary: ArrayIndexOutOfBoundsException closing FindUsages window (sometimes others)
Status: RESOLVED DUPLICATE of bug 75955
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 00:04 UTC by _ pcw
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (3.84 KB, text/plain)
2006-08-01 00:04 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2006-08-01 00:04:13 UTC
I've gotten an ArrayIndexOutOfBoundsException when attempting to close the last
of serveral open Find Usages panes in NetBeans (5.5 latest dev build).

It doesn't happen all the time, but once it does, you can't do anything more
because the exception happens on every paint request, so you have to restart.  I
may have seen this exception on other output window area panels that have
subtabs (can't remember which those are right now).  I've seen this exception
several times in the past few weeks.

This is running on JDK 1.6 b92, so I suppose it could be a Mustang issue too.
Comment 1 _ pcw 2006-08-01 00:04:45 UTC
Created attachment 32385 [details]
stack trace
Comment 2 Jiri Prox 2006-08-01 14:56:55 UTC
You're right it's JDK bug.  Thanks for your report.

*** This issue has been marked as a duplicate of 75955 ***