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

Summary: values of wrapper classes are not shown in J2ME
Product: debugger Reporter: _ kherink <kherink>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.