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 80735 - ArrayIndexOutOfBoundsException in Evaluator
Summary: ArrayIndexOutOfBoundsException in Evaluator
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks: 108873
  Show dependency tree
 
Reported: 2006-07-20 16:11 UTC by Martin Entlicher
Modified: 2010-04-29 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.ArrayIndexOutOfBoundsException (2.01 KB, text/plain)
2006-07-20 16:12 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2006-07-20 16:11:44 UTC
Have static methods:
double factorial(int n) and
String factorial(long n)

Start debugger, wait till some line breakpoint is hit and write
"factorial(1000L)" into the Evaluate Expression dialog.

The attached exception is thrown.
Comment 1 Martin Entlicher 2006-07-20 16:12:46 UTC
Created attachment 32053 [details]
java.lang.ArrayIndexOutOfBoundsException
Comment 2 Martin Entlicher 2007-12-13 17:15:24 UTC
Fixed in the new evaluator algorithm - see issue #108873.
Comment 3 Quality Engineering 2010-04-29 09:29:29 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.