Bug 17210

Summary: No match found when query contains '?'
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P2 CC: geoffrey.clemm, philippe_mulet
Version: 2.0   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.