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 - JPDA: Add support for enums (JDK1.5 support)
Summary: JPDA: Add support for enums (JDK1.5 support)
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-09-15 14:57 UTC by Jan Jancura
Modified: 2010-04-29 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.