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 140306 - [65cat] ArrayIndexOutOfBoundsException while stepping through JUnit test case
Summary: [65cat] ArrayIndexOutOfBoundsException while stepping through JUnit test case
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 14:02 UTC by malakim
Modified: 2010-04-29 09:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (96.46 KB, text/plain)
2008-07-16 14:03 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malakim 2008-07-16 14:02:33 UTC
[ BUILD # : 200807101204 ]
[ JDK VERSION : 1.6.0_07 ]

The following ArrayIndexOutOfBoundsException was thrown while
stepping through a JUnit test case in the debugger:

java.lang.ArrayIndexOutOfBoundsException: 0
	at
org.netbeans.modules.debugger.jpda.ui.models.DebuggingNodeModel$Curren
tThreadListener.propertyChange(DebuggingNodeModel.java:631)
	at
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakLi
stenerImpl.java:186)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupp
ort.java:339)
	at
org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.firePropertyChange
(JPDADebuggerImpl.java:1463)
	at
org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.setStoppedState(JP
DADebuggerImpl.java:1045)
	at
org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:3
01)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 malakim 2008-07-16 14:03:23 UTC
Created attachment 64704 [details]
Log file
Comment 2 Daniel Prusa 2008-07-16 14:38:31 UTC
Fixed.
changeset d1458bc1ad7d in main
details: http://hg.netbeans.org/main?cmd=changeset;node=d1458bc1ad7d
Comment 3 Quality Engineering 2008-07-17 04:40:47 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/d1458bc1ad7d
User: Daniel Prusa <dprusa@netbeans.org>
Log: #140306: ArrayIndexOutOfBoundsException while stepping through JUnit test case
Comment 4 Quality Engineering 2010-04-29 09:41:14 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.