Bug 157856 - Investigate adoption of ICU4J in AJDT
Summary: Investigate adoption of ICU4J in AJDT
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.4.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.5   Edit
Assignee: Steve Young CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 12:12 EDT by Matt Chapman CLA
Modified: 2012-04-03 14:17 EDT (History)
0 users

See Also:


Attachments
Minor changes to import statements for classes and plugins to use ICU4J classes instead of core Java (7.76 KB, patch)
2006-11-08 08:04 EST, Steve Young CLA
no flags Details | Diff
This patch eschews ICU4J where possible, in favour of alternatives (14.56 KB, patch)
2006-11-09 06:47 EST, Steve Young CLA
andrew.eisenberg: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Chapman CLA 2006-09-19 12:12:26 EDT
As described here:
http://wiki.eclipse.org/index.php/ICU4J
we need to either not use the listed classes, or switch to ICU4J
Comment 1 Steve Young CLA 2006-11-08 08:04:35 EST
Created attachment 53458 [details]
Minor changes to import statements for classes and plugins to use ICU4J classes instead of core Java
Comment 2 Steve Young CLA 2006-11-09 06:47:30 EST
Created attachment 53542 [details]
This patch eschews ICU4J where possible, in favour of alternatives

In most cases the alternative is org.eclipse.osgi.util.NLS.bind, and in one case, it involves pulling some information out of a Date instance via (Gregorian)Calendar.
Comment 3 Matt Chapman CLA 2006-11-09 09:32:33 EST
thanks, patch now applied to HEAD (1.5 only)

I now consider ICU4J to be fully adopted by AJDT
Comment 4 Steve Young CLA 2006-11-09 11:49:38 EST
Fixed in:
1.5.0.200611090948 for Eclipse 3.3M3 (build.70)