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 73938

Summary: toString() shows null for Ant properties
Product: debugger Reporter: Jesse Glick <jglick>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2006-03-23 19:42:26 UTC
If you show the Value column in Local Variables it works for Ant properties. But
toString() always shows null! It should show the same as Value. (I normally show
just toString() in this view for Java debugging.)

Also Type should show String or something, not null.

Dev build.
Comment 1 Martin Entlicher 2006-03-24 13:27:37 UTC
There is already issue #63083 submitted for this.
The columns are dictated by debuggercore, which is not nice, but the simplest
fix is to simply duplicate the values in toString() column and fill in the Type.

*** This issue has been marked as a duplicate of 63083 ***
Comment 2 Quality Engineering 2010-04-29 09:28:31 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.