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

Summary: Array out of bounds exception when refreshing the threads window
Product: debugger Reporter: Joseph Myers <myersj>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

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.