Bug 3272

Summary: CodeCompletion - should only resolve interfaces (1GE5B8X)
Product: [Eclipse Project] JDT Reporter: Jed Anderson <jed.anderson>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Jed Anderson CLA 2001-10-10 22:52:22 EDT
jkca (5/22/2001 4:00:33 PM)
	jre-sdk 109+

Code assist should only suggest interface type names after
an "implements" keyword in a class or an "extends" keyword
in an interface.

PM (5/22/2001 11:08:39 PM)
	Could member types of some others, so we decided to simply go for types.

jkca (5/22/2001 4:34:44 PM)
	What about sorting interfaces first?  98% of the time this would be correct.

PM (6/19/2001 12:58:18 PM)
	We have the proper information encoded inside the index files, so we should be able to do the right thing.
Comment 1 Philipe Mulet CLA 2001-10-11 10:03:59 EDT
Defer
Comment 2 Philipe Mulet CLA 2002-06-04 10:19:25 EDT
Actually, got implemented by using completion relevance leading to interfaces 
to be sorted first.

Closing
Comment 3 Philipe Mulet CLA 2002-06-04 10:19:41 EDT
Closing