Commit Graph

7 Commits

Author SHA1 Message Date
Yoshito Umaoka
2d39c18a49 ICU-9187 Resolve javac compiler warning with JDK 7. SuppressWarning annotation type 'rawtypes' is necessary instead of 'unchecked' with JDK 7. However, with Eclipse IDE using Java 1.5 env still requires 'unchecked'. Thus, kept 'unchecked', added 'rawtypes' and updated all ICU runtime library projects to ignore unused SuppressWarning types, instead of warning.
X-SVN-Rev: 31622
2012-03-15 18:56:48 +00:00
Yoshito Umaoka
4954ca812f ICU-8120 Updated build scripts and eclipse workspace settings to use UTF-8 for java source files.
X-SVN-Rev: 29013
2010-11-08 15:11:14 +00:00
Yoshito Umaoka
eb9b97663b ICU-7097 Enabled java compiler option -Xlint:all,-deprecation,-dep-ann for API projects. Fixed redundant cast warnings detected by javac in various files. Added @SuppressWarnings for intended usage of fallthrough in switch statements. Enabled fallthrough warning in Eclipse project files.
X-SVN-Rev: 26568
2009-08-27 23:02:38 +00:00
John Vu
558c4b2824 ICU-6237 Uploaded the Javadoc preferences for core, collate, charset, and translit to have the warnings appear if Javadocs are written incorrect for the settings placed.
X-SVN-Rev: 26503
2009-08-17 23:13:43 +00:00
Yoshito Umaoka
4b128ed816 ICU-7027 Remove unused properties including host specific file path from external tool launch configuration used for ant build in eclipse projects.
X-SVN-Rev: 26220
2009-07-02 19:11:06 +00:00
Yoshito Umaoka
5f5e5f8855 ICU-6951 Added missing copyright comment in TestAllCore.java. Updated eclipse IDE setting for new class file to add the default copyright comment.
X-SVN-Rev: 26125
2009-06-17 15:34:35 +00:00
Yoshito Umaoka
d1fbb5737e ICU-6951 Merging ICU4J new source layout changes to trunk
X-SVN-Rev: 26111
2009-06-16 05:52:23 +00:00