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 36090

Summary: JPDA: Add support for enums (JDK1.5 support)
Product: debugger Reporter: Jan Jancura <jjancura>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Jancura 2003-09-15 14:57:43 UTC
see http://hestia.sfbay/ft/bug?id=4728816
Comment 1 Jan Jancura 2003-12-15 09:33:44 UTC
Planned for Promo D
Comment 2 Jan Lahoda 2004-04-23 14:27:57 UTC
The support for enums should also provide a special filter for Watches
and Local Variables. For an Enum variable "a", value column should
contain 'a.name()' (or 'a.name() + "(" + a.ordinal() + ")"').
Comment 3 Jan Jancura 2004-05-07 17:15:01 UTC
fixed in the trunk
Comment 4 Maros Sandor 2004-05-12 14:28:39 UTC
A special filter for Enum constants was added making their display 
more intuitive.
Comment 5 Jan Lahoda 2004-05-17 14:15:08 UTC
Hi,
   is there any documentation on this feature (what exactly was
implemented)?
Comment 6 Quality Engineering 2010-04-29 09:14:54 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.