Bug 3272 - CodeCompletion - should only resolve interfaces (1GE5B8X)
Summary: CodeCompletion - should only resolve interfaces (1GE5B8X)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by Jed Anderson CLA
Modified: 2002-06-04 10:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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