Bug 111799 - [open type] Package wildcards no longer work (regression problem)
Summary: [open type] Package wildcards no longer work (regression problem)
Status: RESOLVED DUPLICATE of bug 92264
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 11:47 EDT by Huw Roberts CLA
Modified: 2005-12-07 13:31 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Huw Roberts CLA 2005-10-06 11:47:10 EDT
Time was (Eclipse 3.0) when you could use
ctrl-shift-T
Then type in (e.g.) java.**.Map
and the Open Type dialog would present you with a list of types in packages 
starting with a prefix of "java", with a classname of "Map".  This no longer 
works.
Comment 1 Dirk Baeumer CLA 2005-10-10 09:27:07 EDT
When we moved away from the JDT/UI internal cache to the all types search engine
this feature had to be dropped since the all types search engine doesn't support
wildcards for package names.

I disucssed it with Kent and he said it is possible but we didn't implement it
for 3.1 due to time constraints.

Moving to JDT/Core. Can you move the bug back to JDT/UI when the feature got
added so that we can complete the UI work.
Comment 2 Markus Keller CLA 2005-11-01 05:26:21 EST
Looks like a dup of bug 92264. Reassigning to JDT/Core.
Comment 3 Frederic Fusier CLA 2005-12-07 13:10:18 EST
Definitely a duplicate of 92264.
Markus, I guess that UI work is handled by bug 111197, is it correct or do you really need this bug assigned to JDT/UI when 92264 will be fixed?


*** This bug has been marked as a duplicate of 92264 ***
Comment 4 Markus Keller CLA 2005-12-07 13:29:01 EST
Frédéric: No need to move back, bug 111197 will do the UI support.
Comment 5 Frederic Fusier CLA 2005-12-07 13:31:56 EST
ok, thanks