Yoshito Umaoka
|
e255e7d747
|
ICU-8957 Fixed issues detected by FindBugs in ICU library code except #9667 and #10097. Added FindBugs exclusion filter files in ICU4J library project directories.
X-SVN-Rev: 33516
|
2013-04-12 15:31:31 +00:00 |
|
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
|
a1344472af
|
ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
X-SVN-Rev: 31621
|
2012-03-15 18:21:48 +00:00 |
|
Abhinav Gupta
|
2730ee27c3
|
ICU-8924 Add findbugs targets
X-SVN-Rev: 31176
|
2011-12-29 18:13:00 +00:00 |
|
Abhinav Gupta
|
6e73c9e17f
|
ICU-8854 add API status comment to dummy hashCode functions.
X-SVN-Rev: 31067
|
2011-12-08 18:06:45 +00:00 |
|
Markus Scherer
|
81e9b13f7b
|
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
X-SVN-Rev: 30996
|
2011-12-01 01:50:37 +00:00 |
|
Abhinav Gupta
|
049feaf0a2
|
ICU-8854 Class defines or inherits equals() but not hashCode().
X-SVN-Rev: 30925
|
2011-11-04 15:18:39 +00:00 |
|
Abhinav Gupta
|
87f031cd34
|
ICU-8854 use of inefficient Number constructors. Use valueOf.
X-SVN-Rev: 30856
|
2011-10-24 19:14:19 +00:00 |
|
Mark Davis
|
0e05f5d9d6
|
ICU-8898 Checked in (since shifting systems) but can retract if not approved.
X-SVN-Rev: 30851
|
2011-10-23 22:27:11 +00:00 |
|
Yoshito Umaoka
|
02bf9dd68a
|
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
X-SVN-Rev: 30841
|
2011-10-17 21:10:07 +00:00 |
|
Yoshito Umaoka
|
504e04477a
|
ICU-8856 Organized import statements
X-SVN-Rev: 30788
|
2011-10-04 14:38:02 +00:00 |
|
Abhinav Gupta
|
33f9e7e935
|
ICU-8856 copyright info on com.ibm.icu.text.SourceTargetUtility.
X-SVN-Rev: 30768
|
2011-09-30 20:28:27 +00:00 |
|
Steven R. Loomis
|
f2dea4dba1
|
ICU-8855 undo bad commit r30752
X-SVN-Rev: 30753
|
2011-09-29 20:18:13 +00:00 |
|
Abhinav Gupta
|
27cdc577c8
|
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
X-SVN-Rev: 30752
|
2011-09-29 19:44:32 +00:00 |
|
Yoshito Umaoka
|
2ae8b05602
|
ICU-8630 Category locale support for Java 7 conformance.
X-SVN-Rev: 30487
|
2011-08-11 19:53:36 +00:00 |
|
Yoshito Umaoka
|
05a386320e
|
ICU-8710 Fix Eclipse Java compiler warnings relevant to ICU4J 4.8.1
X-SVN-Rev: 30358
|
2011-07-14 22:35:58 +00:00 |
|
Yoshito Umaoka
|
5ef5a3bed2
|
ICU-8488 Use explicit locale in String#toLowerCase / #toUpperCase.
X-SVN-Rev: 30156
|
2011-05-27 19:25:11 +00:00 |
|
Markus Scherer
|
742de93fb5
|
ICU-7413 switch Java UCaseProps to use StringBuilder not StringBuffer
X-SVN-Rev: 29995
|
2011-05-03 21:34:26 +00:00 |
|
Markus Scherer
|
6ecb5efc59
|
ICU-8491 remove Utility.skipWhitespace(c)
X-SVN-Rev: 29899
|
2011-04-26 06:03:21 +00:00 |
|
Markus Scherer
|
1f6e7fb0a6
|
ICU-8491 remove UCharacterProperty.isRuleWhiteSpace(c)
X-SVN-Rev: 29890
|
2011-04-26 00:13:48 +00:00 |
|
Michael Ow
|
ec73e56a76
|
ICU-8411 Remove non-ascii character from ICU4J source files.
X-SVN-Rev: 29660
|
2011-03-16 01:51:30 +00:00 |
|
Yoshito Umaoka
|
8f2a1ed97c
|
ICU-8210 Fixed compiler warnings and JavaDoc warnings.
X-SVN-Rev: 29544
|
2011-03-04 23:10:55 +00:00 |
|
Mark Davis
|
6c1064bb42
|
ICU-8228 Minor tweaks after feedback from Markus
X-SVN-Rev: 29319
|
2011-01-15 23:24:26 +00:00 |
|
Yoshito Umaoka
|
19266897b3
|
ICU-8275 Build script to add full locale name list file in each resource path. The file name was changed from res_index.txt to fullLocaleNames.lst to avoid confusion (not quite matching res_index.res). Added a config property for disabling resource file scan to build full name locale list, which allow us to test the code path easily.
X-SVN-Rev: 29307
|
2011-01-14 21:35:42 +00:00 |
|
Yoshito Umaoka
|
95d0b6a8f9
|
ICU-8227 Fixed some test failures introduced by earlier changes.
X-SVN-Rev: 29233
|
2010-12-20 20:25:17 +00:00 |
|
Mark Davis
|
839c21fdad
|
ICU-8227 Changed the internal filter to be a UnicodeSet, making it no longer externally modifiable.
X-SVN-Rev: 29232
|
2010-12-20 19:53:28 +00:00 |
|
Mark Davis
|
cb1a45d9da
|
ICU-8228 Added the constants. Done before the end of the design review period, but don't anticipate any problems (can back out if needed).
X-SVN-Rev: 29222
|
2010-12-17 02:38:19 +00:00 |
|
Mark Davis
|
9eac5fb126
|
ICU-8227 Added another filter test, and fixed problems it exposed
X-SVN-Rev: 29221
|
2010-12-17 02:22:33 +00:00 |
|
Mark Davis
|
9ffcb85ba1
|
ICU-8227 Whew, there were lots of problems in the way the old code was done. Now working much better.
X-SVN-Rev: 29207
|
2010-12-14 07:51:00 +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
|
8ec88d6f48
|
ICU-8017 Updated MANIFEST.MF in ICU runtime library jar files to make them OSGi bundles.
X-SVN-Rev: 28831
|
2010-10-14 19:15:38 +00:00 |
|
Andy Heninger
|
24da281d4e
|
ICU-7201 Transliterator threading fixes.
X-SVN-Rev: 28825
|
2010-10-14 00:28:44 +00:00 |
|
Markus Scherer
|
114432eec8
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28341:28656
X-SVN-Rev: 28662
|
2010-09-21 00:32:21 +00:00 |
|
Yoshito Umaoka
|
d234932deb
|
ICU-7793 Fixed all compiler warnings on JDK6 and Eclipse 3.6.
X-SVN-Rev: 28600
|
2010-09-09 22:29:17 +00:00 |
|
Yoshito Umaoka
|
014a18e855
|
ICU-6994 ICU4J build targets to generate *-src.jar which contain only .java source files as well as ICU4J source package archive in .tgz. Also some updates in release target: new target 'release' to build all download files with version string. Old target 'releaseJar' was deleted.
X-SVN-Rev: 28174
|
2010-06-11 17:02:51 +00:00 |
|
Yoshito Umaoka
|
8251996bb7
|
ICU-7603 Migrating Hashtable to HashMap.
X-SVN-Rev: 27906
|
2010-04-06 22:44:04 +00:00 |
|
Yoshito Umaoka
|
3b456d2c67
|
ICU-7603 Migrating Vector to List.
X-SVN-Rev: 27905
|
2010-04-06 19:08:45 +00:00 |
|
Yoshito Umaoka
|
ecc6d768d2
|
ICU-7101 Organized imports for 4.4 release. Replaced tabs with spaces.
X-SVN-Rev: 27733
|
2010-03-02 07:02:47 +00:00 |
|
Markus Scherer
|
aa4f67d150
|
ICU-7273 make Normalizer2.getInstance() not throw an IOException
X-SVN-Rev: 27595
|
2010-02-18 22:50:46 +00:00 |
|
Markus Scherer
|
5604d54fa3
|
ICU-7273 change Unicode properties to use new code
X-SVN-Rev: 27495
|
2010-02-05 01:30:19 +00:00 |
|
Markus Scherer
|
343795167d
|
ICU-7273 change NormalizationTransliterator to use new code
X-SVN-Rev: 27493
|
2010-02-04 23:52:57 +00:00 |
|
Yoshito Umaoka
|
72b20e8947
|
ICU-7381 Replacing StringBuffer with StringBuilder in ICU4J runtime library implementation code.
X-SVN-Rev: 27424
|
2010-01-27 03:09:08 +00:00 |
|
Yoshito Umaoka
|
21c14b4470
|
ICU-7035 API comment clean up. Removed unnecessary @internal tags and fixed wrong @internal tag usages.
X-SVN-Rev: 27373
|
2010-01-22 02:42:33 +00:00 |
|
Yoshito Umaoka
|
dda62f1106
|
ICU-7095 Updated UCharacter not to initialize its internal support classes such as UCaseName, UCharacterProperty and so on. Also updated these UCharacter internal support classes to have a public singleton for each, created at the initialization time.
X-SVN-Rev: 27101
|
2009-12-18 16:10:41 +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 |
|
Yoshito Umaoka
|
d98fd3f3fb
|
ICU-6710 Formal @deprecated comment for ICU internal API.
X-SVN-Rev: 26557
|
2009-08-26 20:52:26 +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 |
|
John Vu
|
8bdfa75b71
|
ICU-6237 Fixed Javadoc warnings for "collate" "charset" and "translit" packages.
X-SVN-Rev: 26502
|
2009-08-17 23:01:21 +00:00 |
|
Yoshito Umaoka
|
a8f599ae11
|
ICU-7027 Exclude .svn from Java build path, so directory .svn and its contents won't be copied to the build output directory.
X-SVN-Rev: 26486
|
2009-08-12 19:15:17 +00:00 |
|
Yoshito Umaoka
|
7f169416ee
|
ICU-7063 Reverting Mark's changes for #7063 for now, because of the build breakage and incompatibility concerns.
X-SVN-Rev: 26479
|
2009-08-11 20:44:22 +00:00 |
|