Bug 83438 - FindAction does not allow TypeParameter selection [search]
Summary: FindAction does not allow TypeParameter selection [search]
Status: RESOLVED DUPLICATE of bug 81196
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 14:24 EST by Frederic Fusier CLA
Modified: 2005-01-24 07:25 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 Frederic Fusier CLA 2005-01-21 14:24:53 EST
Using build I200501181015.

I'm currently working on bug 81190 implementation but got troubles to test it.
When I select a type parameter and launch find references in project, I get
"Operation Unavailable" error message...

While debugging, it appears that FindAction.canOperate fails due to the fact
that fValidTypes array does not include TypeParameter class...
Comment 1 Frederic Fusier CLA 2005-01-24 07:25:05 EST
This issue does not really block bug 81190 implementation => remove dependcy.
I also realized that this change (ie. allow ITypeParameter class in FindAction*
classes) was already requested in bug 81196 => set this bug as duplicate

*** This bug has been marked as a duplicate of 81196 ***