Added public static String removeEnd(String str, String remove).
18 lines of code changed in:
Added public static String removeEnd(String str, String remove).
Reimpl'd removeStart.
40 lines of code changed in:
Added public static String removeStart(String str, String remove).
54 lines of code changed in:
Javadoc nits.
3 lines of code changed in:
Add support for static field output.
Main points:
(1)
Deprecate in ReflectionToStringBuilder:
public static String toString(Object object, ToStringStyle style, boolean outputTransients, boolean outputStatics)
In favor of:
public static String toString(Object object, ToStringStyle style, boolean outputTransients, boolean outputStatics, Class reflectUpToClass)
(2) New convenience methods ReflectionToStringBuilder.toStringWithStatics.
336 lines of code changed in:
Javadoc 1.4.2 fix.
3 lines of code changed in:
Another contributer
3 lines of code changed in:
Enable change of javadoc location by property
4 lines of code changed in:
More contributers
9 lines of code changed in:
Add primitiveToWrapper()
bug 23683, from Norm Deane
69 lines of code changed in:
Javadoc of method contains
bug 23430, from Michael Heuer
3 lines of code changed in:
Fix javadoc of replace method
bug 24056, from Russell Dittmar
2 lines of code changed in:
Added JAVA_ENDORSED_DIRS.
13 lines of code changed in:
Improve performance of BooleanUtils.toBoolean(String)
102 lines of code changed in:
Tweak deleteWhitespace to avoid creating a new String if possible
10 lines of code changed in:
Added tests for the creation of BigInteger from a String, and for catching
bad input to isNumber.
34 lines of code changed in:
Added various tests to the NumberRangeTest class,
including tests for null parameters to overlap, include*, and
constructors. Tests for hashCode, and tests for equals.
81 lines of code changed in:
Added one test case to ArrayUtilsTest and some small changes to test
cases to test indexOf and lastIndexOf with negative array
index values.
9 lines of code changed in:
Make the contributers list more readble
0 lines of code changed in:
Add IS_OS_UNIX to SystemUtils
from Rafal Krupinski
42 lines of code changed in:
Update licence
Tidy file
80 lines of code changed in:
Corrected licenses to match jakarta-commons standard.
18 lines of code changed in:
Fredrik is now a developer not a committer
9 lines of code changed in: