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 100587

Summary: Type and Value of non-primitive watches are null
Product: debugger Reporter: ehucka <ehucka>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2007-04-11 11:29:11 UTC
NetBeans IDE Dev (Build 200704101800)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.16-1.2122_FC5 running on i386

Type and Value items of Watches view table for watches of non-primitive types
are null.
Comment 1 Martin Entlicher 2007-04-11 13:28:02 UTC
This is likely a regression due to changes associated with issue #99575.
Comment 2 Martin Entlicher 2007-04-11 15:15:39 UTC
After the simple fix of issue #100585, this gets also resolved. :-)
Comment 3 ehucka 2007-04-18 23:17:41 UTC
verified