Bug 22358

Summary: [api] Would like CharOperation made API
Product: [Eclipse Project] JDT Reporter: Andrew McCullough <mccull1>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Andrew McCullough CLA 2002-08-12 13:20:14 EDT
CharOperation is technically internal API to JDT-Core, but it seems generally 
useful enough to use elsewhere.  I would like to see it made API, and possibly 
moved to a more general plugin/component (e.g. org.eclipse.ui? not sure..).  I 
suppose you could even create a new plugin (org.eclipse.util, but that seems 
like a lot of overhead.  

How this came up:  bug 9100 patch integration required removing references to 
CharOperation and converting to Strings in order to satisfy API rules. 

-Andrew
Comment 1 Philipe Mulet CLA 2002-08-13 05:16:42 EDT
It has to live inside jdt/core, since we primarily use it inside the compiler 
which can be used in a stand-alone way (just the batch compiler).

However, we could indeed surface it into an API package.
Comment 2 Olivier Thomann CLA 2002-10-28 11:54:30 EST
Fixed and released in 2.1 stream.
Comment 3 David Audel CLA 2002-11-13 06:06:34 EST
Verified.