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 65814 - AIOOBE from DirectoryChooserPanel when item is unselected in list
Summary: AIOOBE from DirectoryChooserPanel when item is unselected in list
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 10:07 UTC by mslama
Modified: 2005-11-03 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception call stack (5.03 KB, text/plain)
2005-10-04 10:08 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2005-10-04 10:07:39 UTC
JDK Selection panel contains list of found JDKs on system. When item in list in
unselected using eg. Ctrl-Left Mouse Button
java.lang.ArrayIndexOutOfBoundsException is thrown as this is not handled correctly.
Comment 1 mslama 2005-10-04 10:08:10 UTC
Created attachment 25490 [details]
Exception call stack
Comment 2 mslama 2005-10-04 10:20:29 UTC
Fixed in main trunk.

Modified:
/cvs/installer/lib/src/org/netbeans/installer/DirectoryChooserPanelSwingImpl.java
new revision: 1.4; previous revision: 1.3
Comment 3 Michal Mocnak 2005-11-03 14:40:02 UTC
Verified