Bug 84962 - [1.5][assist] Enum type not shown in autocomplete list after "<class-name>."
Summary: [1.5][assist] Enum type not shown in autocomplete list after "<class-name>."
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 20:30 EST by Irfan Adilovic CLA
Modified: 2005-02-28 05:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Irfan Adilovic CLA 2005-02-10 20:30:22 EST
Eclipse 3.1M4

An inner enum type is simply not shown in the autocomplete list of a class
defining it. With:

class A { enum E { E1 }; }

a ctrl+space after "A." would autocomplete to "A.class" and not offer the choice
between class and E as it should. There is no functional problem with this.
Comment 1 David Audel CLA 2005-02-28 05:28:30 EST
I cannot reproduce the bug. The problem is fixed inside 3.1M5.