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

Summary: ArrayIndexOutOfBoundException on CloseButtonTabbedPane when use JDK 1.6
Product: editor Reporter: Nam Nguyen <nnguyen>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 80864, 81655    
Attachments: ArrayIndexOutOfBoundException stack

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 ***