Bug 17210 - No match found when query contains '?'
Summary: No match found when query contains '?'
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 17182 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-23 08:53 EDT by Jerome Lanneluc CLA
Modified: 2002-09-18 09:07 EDT (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 Jerome Lanneluc CLA 2002-05-23 08:53:41 EDT
Build 20020521

Searching for type declarations of '?JavaElement' doesn't find IJavaElement.
Comment 1 Jerome Lanneluc CLA 2002-05-24 05:13:44 EDT
My mistake, '?' is not supported by the search engine. UI should remove it from 
the search dialog.
Moving to JDT/UI
Comment 2 Erich Gamma CLA 2002-05-25 07:10:49 EDT
remove the message, when fixed pls move to JDT-CORE should add support for ? 
Comment 3 Erich Gamma CLA 2002-05-25 10:15:39 EDT
*** Bug 17182 has been marked as a duplicate of this bug. ***
Comment 4 Dani Megert CLA 2002-05-27 11:28:44 EDT
Removed '?' comment in UI.
Moving to J Core to add support for '?' (after 2.0 I guess)
Comment 5 Philipe Mulet CLA 2002-05-27 12:03:03 EDT
Deferring post 2.0
Comment 6 Philipe Mulet CLA 2002-07-25 06:19:38 EDT
Reactivating, we should support such search patterns for 2.1
Comment 7 Philipe Mulet CLA 2002-07-25 06:20:42 EDT
Likely only a change to CharOperation.match is necessary.
Comment 8 Jerome Lanneluc CLA 2002-08-26 06:11:50 EDT
Fixed CharOperation.match as well as the SearchPattern.create*Pattern methods.
Comment 9 David Audel CLA 2002-09-18 09:07:26 EDT
Verified.