Bug 22358 - [api] Would like CharOperation made API
Summary: [api] Would like CharOperation made API
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-12 13:20 EDT by Andrew McCullough CLA
Modified: 2002-11-13 06:06 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.