Bug 3325

Summary: Too much codeassist match on interface (1GH0GV1)
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description David Audel CLA 2001-10-10 22:53:15 EDT
Step to reproduce
	1) write this code :
		Set s;
		s.toArr
	2) do Ctrl + Space (to do code assist)

	result is
		toArray() Object [] - Collection
		toArray() Object [] - Set
		toArray(Object []) Object [] - Collection
		toArray(Object []) Object [] - Set
	
	There is too much match.
	Collection is superinterface of Set.
NOTES:
Comment 1 David Audel CLA 2001-10-17 14:17:25 EDT
Fixed
Comment 2 DJ Houghton CLA 2001-10-29 17:09:39 EST
PRODUCT VERSION:
	SDK 125+