Bug 84962

Summary: [1.5][assist] Enum type not shown in autocomplete list after "<class-name>."
Product: [Eclipse Project] JDT Reporter: Irfan Adilovic <eclipse.20.irfanadilovic>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.