Bug 164678 - [Keys] KeysPreferencePage - remove use of 1.4 API
Summary: [Keys] KeysPreferencePage - remove use of 1.4 API
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 121434
  Show dependency tree
 
Reported: 2006-11-15 12:45 EST by Boris Bokowski CLA
Modified: 2006-12-12 12:39 EST (History)
0 users

See Also:


Attachments
Replace the text using StringBuffer (1.50 KB, patch)
2006-11-15 19:59 EST, Paul Webster CLA
no flags Details | Diff
Replace text v02 (5.17 KB, patch)
2006-11-16 13:51 EST, Paul Webster CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Bokowski CLA 2006-11-15 12:45:39 EST
The method replaceAll(String, String) is undefined for the type String	org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys	KeysPreferencePage.java	line 1387	1163611126484	746277
Comment 1 Paul Webster CLA 2006-11-15 19:59:27 EST
Created attachment 53950 [details]
Replace the text using StringBuffer

Use StringBuffer.

PW
Comment 2 Paul Webster CLA 2006-11-16 13:51:18 EST
Created attachment 54006 [details]
Replace text v02

Move the replaceAll(*) into our Util class and then use that in KeysPreferencePage.

PW
Comment 3 Paul Webster CLA 2006-11-16 13:52:26 EST
Released into HEAD >20061116

PW
Comment 4 Paul Webster CLA 2006-12-12 12:39:12 EST
in I20061212-0010
PW