Bug 81077 - [assist] Content assist not proposing enums
Summary: [assist] Content assist not proposing enums
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 05:34 EST by Kai-Uwe Maetzel CLA
Modified: 2005-02-10 07:40 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 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.