Fix to be JDK1.2 compliant
6 lines of code changed in:
Fix javadoc due to method sig change. Spotted by Mike Miller
4 lines of code changed in:
Javadoc fix, submitted by Ville Skytta.
2 lines of code changed in:
Added isWhitespace, isTrue and uncapitaliseAllWords methods and tests.
102 lines of code changed in:
Changed the signature of StringUtils.defaultString(String,String) and (String) to (Object, String) and (Object).
A note needs to be made in the next release that code using defaultString
needs to be recompiled else it will grumble.
12 lines of code changed in:
Initial checkin of reflection code (not all working)
958 lines of code changed in:
Javadoc fixing patch applied form Fredrik Westermark
239 lines of code changed in:
Initial version of ArrayUtils testing, testing incomplete at present
154 lines of code changed in:
Initial version of ArrayUtils, includes toMap
545 lines of code changed in:
added test code for Map keySet size and List size
26 lines of code changed in:
made fix for bug id 13527
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527
3 lines of code changed in:
cleaned up exception handling in the serialization test code
4 lines of code changed in:
this class now implements java.io.Serializable
4 lines of code changed in:
added test code for serialization / deserialization
66 lines of code changed in:
changed variable declaration: java.util.LinkedList to java.util.List
4 lines of code changed in:
Patch submitted by Fredrik Westermarck <fredrik.westermarck@mdh.se> that
replaces a TODO now that we have a SystemUtils.
3 lines of code changed in:
added tests for NullPointerException
40 lines of code changed in:
corrected assert message String's
4 lines of code changed in:
1.0'd.
1 lines of code changed in:
Updated to latest 1.0 release.
3 lines of code changed in:
Moved to RC2
1 lines of code changed in:
javadoc corrections:
- changed <code> tag to <pre> tag around code examples for better formatting
- added reflection method explanation text
17 lines of code changed in:
javadoc corrections:
- changed <code> tag to <pre> tag around code examples for better formatting
- corrected reflection method name in explanation text
7 lines of code changed in:
javadoc corrections:
- corrected name of append method in code example
- changed <code> tag to <pre> tag around code examples for better formatting
- corrected reflection method name in explanation text
9 lines of code changed in: