Bug 94907 - [assist] missing keyword completions for generic signatures
Summary: [assist] missing keyword completions for generic signatures
Status: CLOSED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 RC2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 04:28 EDT by Tom Hofmann CLA
Modified: 2005-06-10 12:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hofmann CLA 2005-05-12 04:28:40 EDT
I20050509-2000 (M7 test pass)

not sure whether I filed these already, but could not find them...

The following keyword completions are missing (| == caret).

-----

class X<T e|       // extends

-----

class X {
    List<? e|>     //  extends, super (also in method parameter
    List<? s|>     //  and local variable declarations)
}

-----

class X<T> e|      // implements, extends (normal supertype keywords
class X<T> i|      // don't work after generic signature

-----
Comment 1 Philipe Mulet CLA 2005-06-03 09:48:34 EDT
+1 for RC2
Comment 2 David Audel CLA 2005-06-03 10:01:19 EDT
-----

class X<T e|       // extends

-----

class X {
    List<? e|>     //  extends, super (also in method parameter
    List<? s|>     //  and local variable declarations)
}

-----

Fixed in bug 85384, bug 93119, bug 96918


-----

class X<T> e|      // implements, extends (normal supertype keywords
class X<T> i|      // don't work after generic signature

-----

Added a fix for this one.
  GenericsCompletionParserTest#test0196() -> test0201()
  CompletionTests_1_5#test0237() -> test0242()
Comment 3 Olivier Thomann CLA 2005-06-06 15:12:33 EDT
Verified using N20050606-0010 + JDT/Core HEAD
Comment 4 Olivier Thomann CLA 2005-06-10 12:17:53 EDT
Verified in I20050610-0010