Bug 96604 - [1.5][codeassist] missing proposals for wildcard capture
Summary: [1.5][codeassist] missing proposals for wildcard capture
Status: VERIFIED FIXED
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.4 M7   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 09:31 EDT by Philipe Mulet CLA
Modified: 2008-04-28 07:35 EDT (History)
1 user (show)

See Also:


Attachments
Proposed fix (16.25 KB, patch)
2008-04-09 04:30 EDT, David Audel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2005-05-25 09:31:18 EDT
Build N20050525

import java.util.List;
public class X<U, V extends List<U>> {
	V v;
	void foo(X<String, ?> x1, X<Object, ?> x2) {
		x1.v.|<-----CODEASSIST HERE: should offer List#get(...)
Comment 1 David Audel CLA 2008-04-09 04:30:32 EDT
Created attachment 95345 [details]
Proposed fix
Comment 2 David Audel CLA 2008-04-09 04:33:03 EDT
Released for 3.4M7.

Tests added
  CompletionTests_1_5#test0351() -> test0360()
Comment 3 Eric Jodet CLA 2008-04-28 07:35:18 EDT
Verified for 3.4M7 using I20080427-2000.