Bug 164678

Summary: [Keys] KeysPreferencePage - remove use of 1.4 API
Product: [Eclipse Project] Platform Reporter: Boris Bokowski <bokowski>
Component: UIAssignee: Paul Webster <pwebster>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M4   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 121434    
Attachments:
Description Flags
Replace the text using StringBuffer
none
Replace text v02 none

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