Bug 3325 - Too much codeassist match on interface (1GH0GV1)
Summary: Too much codeassist match on interface (1GH0GV1)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT by David Audel CLA
Modified: 2002-01-11 09:04 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 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+