testEscapeSql
14 lines of code changed in:
introducing utility class from Justin Couch
419 lines of code changed in:
testHtml40Nbsp
26 lines of code changed in:
cleaning up
use restructured EntityMap classes
71 lines of code changed in:
comments
refactoring
add escapeSql method
34 lines of code changed in:
comments
restructure EntityMap inner classes
76 lines of code changed in:
Add min/max by array functions
bug 21068, from Matthew Hawthorne
583 lines of code changed in:
Add XOR methods
bug 21068, from Matthew Hawthorne
237 lines of code changed in:
Add primitive/object conversions for all types
bug 21068, from Matthew Hawthorne
756 lines of code changed in:
Removed unused variable
bug 21099, from Janek Bogucki
3 lines of code changed in:
Add primitive boolean/object conversions
Bug 21068, from Matthew Hawthorne
118 lines of code changed in:
Add new empty array constants for number objects
Declare variables as final
Fix null behaviour to be null tolerant
Javadoc null behaviour
Fix formatting
154 lines of code changed in:
NumberUtils moved to math subpackage
1535 lines of code changed in:
Relax tests so it passes more often
6 lines of code changed in:
Deprecate escape, and comment escape and unescape fully
5 lines of code changed in:
Deprecated unescape method.
3 lines of code changed in:
Prepare DateUtils for 2.0 release
344 lines of code changed in:
Add package level javadoc
16 lines of code changed in:
Update javadoc
3 lines of code changed in:
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21021.
Reduce object creation in ToStringBuilder. Applied the patch in spirit but not in detail since I used
"BooleanUtils.toBooleanObject(fullDetail)" instead of "fullDetail ? Boolean.TRUE : Boolean.FALSE"
to reduce code duplication.
13 lines of code changed in:
Handles empty string now as well.
Submitted by: Mark Ford
4 lines of code changed in:
Bug #20652 fixed.
Submitted by: Fredrik Westermarck
26 lines of code changed in:
Remove unused code
1 lines of code changed in:
Javadoc fix.
6 lines of code changed in:
Add new class that tests all the TestSuites in one go
105 lines of code changed in:
Change scope of methods from package to public
13 lines of code changed in:
Ensure that RandomStringUtils returns all expected characters
bug 20592, reported/patched by Phil Steitz
123 lines of code changed in:
Make package scoped until methods properly designed and implemented
3 lines of code changed in:
DateFormatUtils should not be final
2 lines of code changed in:
Fix javadoc comment
2 lines of code changed in:
Rework time package in preparation for 2.0 release
DateUtils split to DateFormatUtils and DurationFormatUtils
CalendarUtils renamed to DateUtils
StopWatch time format method moved to DurationFormatUtils
Tests updated and pass
1891 lines of code changed in:
Organize imports
25 lines of code changed in:
Fix bug in NumberUtils where '12a' was treated as a number.
bug 20538, reported/fix by Eric Pugh/Phil Steitz
31 lines of code changed in:
Ensure javadoc is clear about when deprecated methods will be removed.
14 lines of code changed in:
Tidy comments
16 lines of code changed in:
Fixed a problem with changed capitalization in test case.
3 lines of code changed in:
Minor Javadoc fix and improvements.
8 lines of code changed in:
Refactor code in ToStringBuilder.reflectionToString(...) into a new subclass called ReflectionToStringBuilder.
All of the ToStringBuilder.reflectionToString(...) forward their calls to equivalent methods in ReflectionToStringBuilde.
ReflectionToStringBuilder can be subclassed to provide Field or value filtering.
Since the unit tests exercis ToStringBuilder.reflectionToString(...) which then forwards those calls to ReflectionToStringBuilder, and ReflectionToStringBuilder does not provide new features (yet), there are no new unit test cases (yet).
7 lines of code changed in:
Refactor code in ToStringBuilder.reflectionToString(...) into a new subclass called ReflectionToStringBuilder.
All of the ToStringBuilder.reflectionToString(...) forward their calls to equivalent methods in ReflectionToStringBuilde.
ReflectionToStringBuilder can be subclassed to provide Field or value filtering.
Since the unit tests exercis ToStringBuilder.reflectionToString(...) which then forwards those calls to ReflectionToStringBuilder, and ReflectionToStringBuilder does not provide new features (yet), there are no new unit test cases (yet).
489 lines of code changed in:
May 2003 »