Bug 74753 - [1.5] codeassist failing on type parameter
Summary: [1.5] codeassist failing on type parameter
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 06:09 EDT by Philipe Mulet CLA
Modified: 2004-11-04 06:18 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 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