Bug 72866 - [1.5] The java outline does not display enum constants
Summary: [1.5] The java outline does not display enum constants
Status: RESOLVED DUPLICATE of bug 74851
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 05:58 EDT by Tobias Widmer CLA
Modified: 2004-10-27 10:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Widmer CLA 2004-08-30 05:58:13 EDT
Build I20050824: The constants of an enum class are not displayed
Comment 1 Dirk Baeumer CLA 2004-08-30 06:33:37 EDT
AFAIK the Java model doesn't provide this information yet.

Martin, just to make sure we don't miss it ;-).
Comment 2 Martin Aeschlimann CLA 2004-10-07 06:11:40 EDT
Validated that the JavaModel does not yet return the constants as children.

Also not that inner enum types are also not yet returned

class A {
   enum MyEnum { X, Y, Z }
}
Comment 3 Frederic Fusier CLA 2004-10-27 10:53:31 EDT

*** This bug has been marked as a duplicate of 74851 ***