Removed to bundle in a proposal of added classes to BeanUtils at some point.
0 lines of code changed in:
Add class level javadoc
bug fix 16341
11 lines of code changed in:
Remove unused code
from Gary Gregory, bug fix 16284
2 lines of code changed in:
* src/test/org/apache/commons/lang/exception/ExceptionUtilsTestCase.java
testPrintThrowables(): Previously printing some stack traces to
stdout as part of its tests which at first glance looks like a test
failure (but in reality isn't). Here's a truncated example:
test.exception:
[echo] Running exception package tests ...
[java] .........................................
[java] ......org.apache.commons.lang.exception.ExceptionUtilsTestCase$Ex
[java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c
[java] [wrapped] org.apache.commons.lang.exception.ExceptionUtilsTestCa
[java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c
[java] [wrapped] org.apache.commons.lang.exception.ExceptionUtilsTestCa
[java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c
[java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.t
* src/java/org/apache/commons/lang/exception/ExceptionUtils.java
WRAPPED_MARKER: New constant for the " [wrapped] " text used when
printing exception stack traces.
getRootCauseStackTrace(Throwable): Replaced inline " [wrapped] "
text with use of new WRAPPED_MARKER constant.
21 lines of code changed in:
* src/test/org/apache/commons/lang/StringUtilsTest.java
testCaseFunctions(): Added single character string tests for
capitalise() and uncapitalise() methods.
* src/java/org/apache/commons/lang/StringUtils.java
capitalise(), uncapitalise(): Clarified code path -- no functional
change.
20 lines of code changed in:
Fix infinite recursion in inner classes reflection methods
from Per Velschow
58 lines of code changed in:
Fix infinite recursion in replace() when blank string used
from Holger Krauth
38 lines of code changed in:
Fix javadoc where wrong method name specified
from Michael Schulze
2 lines of code changed in:
Add additional testing for hashcode and equals integration
202 lines of code changed in:
Add superclass behaviour to builder classes
from Gary Gregory
609 lines of code changed in:
Update licence
1 lines of code changed in:
Javadoc example java fixed.
Submitted by: Christopher M. Judd <cjudd@columbus.rr.com>
11 lines of code changed in:
Javadoc patch for java example.
Submitted by: Christopher M. Judd <cjudd@columbus.rr.com>
27 lines of code changed in:
Oops. Meant to check this in a day or so ago. Hooked the FastDateFormat test up.
2 lines of code changed in:
Reformatted [dos2unix]. A newline was introduced after the licence so that cvs
would allow the commit.
1347 lines of code changed in:
Moved the enum package to the end so that the others can be tested.
3 lines of code changed in:
A thread-safe, faster version of java.text's DateFormat. While JODA contains
better, this version is religion-free.
Permission given by Brian S O'Neill:
http://archives.apache.org/eyebrowse/ReadMsg?listName=commons-dev@jakarta.apache.org&msgNo=20612
Submitted by: Sean Schofield
1345 lines of code changed in: