Bug 74753

Summary: [1.5] codeassist failing on type parameter
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Philipe Mulet CLA 2004-09-23 06:09:18 EDT
Build 20040921

When attempting to complete at: final Constructor<T|<--- CODEASSIST HERE
in 1.5 source for java.lang.Class (b64, cursor location 321:36); an error 
dialog opens telling action failed.
Comment 1 Philipe Mulet CLA 2004-09-23 06:10:17 EDT
Interestingly, inserting a dot behind the T ref, and trying to codeassist 
there issues an error: "cannot make static reference to type parameter T".
Comment 2 David Audel CLA 2004-10-11 06:16:59 EDT
Fixed and test added
  CompletionTest_1_5#test0050()

1.5 Change (var args '...') inside Scanner#getNextToken() was not added inside 
CompletionScanner#getNextToken()
Comment 3 Frederic Fusier CLA 2004-11-04 06:18:34 EST
Verified for 3.1 M3 with build I200411040010 + jdt.core HEAD