Bug 60538 - Deprecated SearchPattern.createPattern(String stringPattern, int searchFor, int limitTo, int matchMode, boolean isCaseSensitive)
Summary: Deprecated SearchPattern.createPattern(String stringPattern, int searchFor, i...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Kevin Barnes CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 04:41 EDT by Jerome Lanneluc CLA
Modified: 2004-05-03 13:55 EDT (History)
0 users

See Also:


Attachments
use preferred SearchPattern.createPattern methods (2.38 KB, patch)
2004-04-30 14:18 EDT, Michael Fraenkel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2004-04-30 04:41:00 EDT
I20040428 + org.eclipse.jdt.core from HEAD

SearchPattern.createPattern(String stringPattern, int searchFor, int limitTo, 
int matchMode, boolean isCaseSensitive) is being deprecated and replaced with 
SearchPattern.createPattern(String stringPattern, int searchFor, int limitTo, 
int matchRule).

The new method is in HEAD and the old one is marked as deprecated. JDT Core 
would like to remove the old method for next integration build. Please let me 
know if this is feasible for JDT Debug.
Comment 1 Michael Fraenkel CLA 2004-04-30 14:18:57 EDT
Created attachment 10184 [details]
use preferred SearchPattern.createPattern methods
Comment 2 Darin Swanson CLA 2004-04-30 16:41:17 EDT
Patch has been released.
Will be in the next integration build.

Changes o MainMethodSearchEngine and DetailFormatterDialog.
Comment 3 Darin Swanson CLA 2004-04-30 16:41:32 EDT
Please verify Kevin.
Comment 4 Kevin Barnes CLA 2004-05-03 13:55:29 EDT
verified