StringEscapeUtils: escape/unescape Java/JavaScript/HTML
721 lines of code changed in:
changed chomp() to match Perl
deprecated chomp* methods in favor of new slice methods
improved unit tests and documentation
252 lines of code changed in:
Fix bug 16676: StackOverflow due to ToStringBuilder
(http://issues.apache.org/bugzilla/show_bug.cgi?id=16676)
376 lines of code changed in:
Deprecate clean() now trimToEmpty() is added
2 lines of code changed in:
Add trimToNull
Add trimToEmpty
101 lines of code changed in:
Update containsOnly
Add containsNone
82 lines of code changed in:
Update licence date to 2003
137 lines of code changed in:
Update licence date to 2003
Javadoc fixes
10 lines of code changed in:
Update licence date to 2003
97 lines of code changed in:
Remove reverseArray as reverse already exists!
1 lines of code changed in:
Update licence date to 2003
4 lines of code changed in:
Added a CharSetUtils.keep method which is the reverse of the delete method.
In part, it fulfills the StringUtils.getNumerics(String) method that Bug
#13771 requests.
61 lines of code changed in:
Bug 17882 submitted [by hand as the patch was out of date].
join and split now take chars as separators as well as Strings.
Submitted by: Henning P. Schmiedehausen
94 lines of code changed in:
Moved reverseArray method from a private method in StringUtils into ArrayUtils.
This method exists in Jakarta Collection, so is a duplicate, but it belongs in
ArrayUtils.
25 lines of code changed in:
Remove unused variables in the testMixedArray method.
2 lines of code changed in:
Apply patch for bug 17250 (http://issues.apache.org/bugzilla/show_bug.cgi?id=17250) with some additional minor improvements.
Added tests for reflection methods with array arguments.
165 lines of code changed in:
Apply patch for bug 17250 (http://issues.apache.org/bugzilla/show_bug.cgi?id=17250) with some additional minor improvements.
88 lines of code changed in:
Removed an unused import statement.
1 lines of code changed in:
Added a test case for isNestedThrowable
13 lines of code changed in:
Added getFullStackTrace and isNestedThrowable. Listed as Bug #16689
63 lines of code changed in:
Purpletech code import: abbreviate, difference, differenceAt
161 lines of code changed in:
Remove unused import
from Gary Gregory
1 lines of code changed in: