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 80760 - ArrayIndexOutOfBoundsException when closing Usage tabs
Summary: ArrayIndexOutOfBoundsException when closing Usage tabs
Status: RESOLVED DUPLICATE of bug 75955
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 21:01 UTC by twolf2919
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file that has system info and the exception(s) (44.78 KB, text/plain)
2006-07-20 21:03 UTC, twolf2919
Details

Note You need to log in before you can comment on or make changes to this bug.
Description twolf2919 2006-07-20 21:01:00 UTC
I was looking through some source code and selecting methods and generating
"Usages" tabs to see where those methods/classes/etc were being used.  Each time
I find "Usages", a new tab is created.  After a short while, I had 7 "Usages"
tabs at the bottom of my IDE.  So I tried to close the right-most one and got
the above-mentioned ArrayIndexOutOfBoundsException (see attached log file.)

I made this a P2, because after this exception happens, the IDE pretty much
becomes unusable.  Every time I try to do anything, up pops the exception
dialog.    I ended up restarting the IDE.

I'm attaching the IDE's messages.log file.
Comment 1 twolf2919 2006-07-20 21:03:48 UTC
Created attachment 32067 [details]
messages.log file that has system info and the exception(s)
Comment 2 Peter Pis 2006-07-23 21:25:22 UTC
Reassigning to "refactoring" for evaluation.
Comment 3 Jiri Prox 2006-07-24 10:43:56 UTC
Unfortunatelly this is JDK bug. Thanks for your report.

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