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 16023 - Array out of bounds exception when refreshing the threads window
Summary: Array out of bounds exception when refreshing the threads window
Status: CLOSED DUPLICATE of bug 12384
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-28 22:32 UTC by Joseph Myers
Modified: 2001-10-04 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Myers 2001-09-28 22:32:00 UTC
*********** Exception occurred ************
Fri Sep 28 17:30:51 EDT 2001: java.lang.IndexOutOfBoundsException: Index: 21, Size: 21
java.lang.IndexOutOfBoundsException: Index: 21, Size: 21
	at java.util.ArrayList.RangeCheck(ArrayList.java:491)
	at java.util.ArrayList.get(ArrayList.java:307)
	at org.netbeans.modules.debugger.jpda.ThreadManager.refreshThreads(ThreadManager.java:157)
	at org.netbeans.modules.debugger.jpda.JPDADebugger$7.run(JPDADebugger.java:923)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Marian Petras 2001-10-01 10:03:42 UTC
Duplicate of bug #12384 (fixed in the main trunk).

*** This issue has been marked as a duplicate of 12384 ***
Comment 2 Jan Stola 2001-10-04 11:32:53 UTC
Duplicate -> Closed.