Bug 160655

Summary: [assist] Bug with code assist and generics
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

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