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 85031 - ArrayIndexOutOfBoundException on CloseButtonTabbedPane when use JDK 1.6
Summary: ArrayIndexOutOfBoundException on CloseButtonTabbedPane when use JDK 1.6
Status: RESOLVED DUPLICATE of bug 75955
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 80864 81655
  Show dependency tree
 
Reported: 2006-09-15 17:52 UTC by Nam Nguyen
Modified: 2006-09-18 09:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundException stack (2.18 KB, text/plain)
2006-09-15 17:53 UTC, Nam Nguyen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2006-09-15 17:52:15 UTC
- Use JDK 1.6.0-beta2 to start NB 5.5 IDE.
- Right click on a class or method that you know there are no usages, and do
Find Usages.
- Will see empty Usages tab.  Repeat one more time to have second empty tab.
- Click 'x' to close the second empty tab.

Will see the AIOOBE dialog and after that the IDE will be unusable be cause
periodic repaint of the output tabs will see repeated exceptions.
Comment 1 Nam Nguyen 2006-09-15 17:53:22 UTC
Created attachment 34025 [details]
ArrayIndexOutOfBoundException stack
Comment 2 Jiri Prox 2006-09-18 09:11:58 UTC
It's JDK bug, should be fixed now in latest Mustang builds

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