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 45755 - values of wrapper classes are not shown in J2ME
Summary: values of wrapper classes are not shown in J2ME
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 15:51 UTC by _ kherink
Modified: 2010-04-29 09:18 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 _ kherink 2004-06-30 15:51:41 UTC
KDP doesn't support certain debugging features for
this reason the "local variables" view in the
debugger only shows identity hashcode as a value
for instances of Integer, Character etc. it would
be much better if there was a way to get the
actual value of the wrapper object.
Comment 1 Jan Jancura 2004-08-02 09:58:41 UTC
Fixed in the main trunk:
The value of primitive type vrappers (like Integer, Character,
Boolean, Short...) is resolved from "value" field now. toString ()
method is not called any longer.

QA: test evaluation of wrapper classes.


cvs commit -m "45755: values of wrapper classes are not shown in J2ME"
JavaVariablesFilter.java (in directory
C:\Hanz\Dev\trunk\debuggerjpda\ui\src\org\netbeans\modules\debugger\jpda\ui\models)
Checking in JavaVariablesFilter.java;
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/JavaVariablesFilter.java,v
 <--  JavaVariablesFilter.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Jiri Kovalsky 2006-08-01 10:36:02 UTC
Can you please verify this issue Karle ? Thanks !
Comment 3 Quality Engineering 2010-04-29 09:18:12 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.