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 - toString() shows null for Ant properties
Summary: toString() shows null for Ant properties
Status: CLOSED DUPLICATE of bug 63083
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 19:42 UTC by Jesse Glick
Modified: 2010-04-29 09:28 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 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.