Bug 160655 - [assist] Bug with code assist and generics
Summary: [assist] Bug with code assist and generics
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 07:17 EDT by David Audel CLA
Modified: 2006-10-30 15:02 EST (History)
0 users

See Also:


Attachments
Proposed fix (3.88 KB, patch)
2006-10-12 09:54 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 David Audel CLA 2006-10-12 07:17:49 EDT
build  I20061003-0800

public class Test {
  public List<? extends Obj|> // complete at | location
}

There is no proposal with this test case but if you remove the > code assist works correctly.

public class Test {
  public List<? extends Obj| // complete at | location
}
Comment 1 David Audel CLA 2006-10-12 09:54:10 EDT
Created attachment 51852 [details]
Proposed fix
Comment 2 David Audel CLA 2006-10-12 09:57:40 EDT
Released for 3.3 M3.

Test added
  GenericsCompletionParserTest#test0212()
Comment 3 Olivier Thomann CLA 2006-10-30 15:02:50 EST
Verified for 3.3 M3 using warm-up build I20061030-0800