Bug 99645 - [select] CodeSelect doesn't work for type parameter declaration of a local type
Summary: [select] CodeSelect doesn't work for type parameter declaration of a local type
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.2 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 09:53 EDT by David Audel CLA
Modified: 2005-09-20 11:28 EDT (History)
0 users

See Also:


Attachments
Proposed patch (6.61 KB, text/plain)
2005-06-14 04:46 EDT, David Audel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2005-06-13 09:53:04 EDT
build 3.1RC2

1) create X.java
public class X {
  void foo() {
    class Local<TLocal> {}
  }
}
2) select TLocal
3) do F3
code select doesn't work
Comment 1 David Audel CLA 2005-06-13 11:19:39 EDT
CodeSelect does not work for type parameter declaration and reference.
Comment 2 David Audel CLA 2005-06-14 04:46:25 EDT
Created attachment 23036 [details]
Proposed patch
Comment 3 David Audel CLA 2005-06-14 04:48:35 EDT
Support for type parameter in a local class was missing
Comment 4 David Audel CLA 2005-08-31 12:21:49 EDT
Patch released in HEAD and tests added
  ResolveTests_1_5#test0099()
  ResolveTests_1_5#test0100()
Comment 5 Olivier Thomann CLA 2005-09-20 11:28:46 EDT
 Verified in I20050920-0010 for 3.2M2