Bug 81077

Summary: [assist] Content assist not proposing enums
Product: [Eclipse Project] JDT Reporter: Kai-Uwe Maetzel <kai-uwe_maetzel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kai-Uwe Maetzel CLA 2004-12-15 05:34:11 EST
I200412142000

1) define an enum Day
2) define a class Class1 with a constructor taking Day as argument
3) invoke content assist as indicated below
	public static void main() {
		Class1 class1= new Class1(Da>I<);
	}
-> Day is not proposed
Comment 1 David Audel CLA 2005-02-10 07:40:53 EST
The problem does not exist with build I20050202

Closed.