aboutsummaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Expand)Author
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-22Adding test cases for null checks.James W. Carman
2010-07-22Improving javadoc documentation.James W. Carman
2010-07-22Improving error checking logic and adding test cases to verify.James W. Carman
2010-07-22Backing out LANG-580James W. Carman
2010-07-22Removing ReflectiveEventSupport per author's suggestion.James W. Carman
2010-07-22Improving test coverage.James W. Carman
2010-07-22Changing eol-style to native.James W. Carman
2010-07-22Misc. event utils.James W. Carman
2010-07-22svn ps svn:eol-style nativeGary D. Gregory
2010-07-20Refactoring toBoolean(String) and toBooleanObject(String) so that the latter ...Henri Yandell
2010-07-18Adding Michael Wooten's event support utilities from LANG-580Henri Yandell
2010-07-13[LANG-597] vastly expanded TypeUtilsMatthew Jason Benson
2010-07-13Adding toCalendar method per LANG-632Henri Yandell
2010-07-03Fix cloning of array types.Joerg Schaible
2010-06-22Adding my LANG-623 unit test. It showed there was no issue, but might as well...Henri Yandell
2010-06-22Adding a test, and code fix, to have supplementary chars working in numeric e...Henri Yandell
2010-06-22Escaping supplementary chars seems good for NumericEntityEscaper. LANG-617Henri Yandell
2010-06-22Fixing variableHenri Yandell
2010-06-22Adding containsWhitespace method per LANG-625. Code comes from the Spring fra...Henri Yandell
2010-05-28(LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsExc...Gary D. Gregory
2010-05-28(LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsExc...Gary D. Gregory
2010-05-28- Fix (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBou...Gary D. Gregory
2010-05-21Fixing indentHenri Yandell
2010-04-07Bug in copy and paste, now tests MutableFloat not MutableDouble for String co...Henri Yandell
2010-04-05Fixing javadoc to refer to CharSequence after API changeHenri Yandell
2010-03-30LANG-609: Added AtomicInitializer class. Introduced new ConcurrentInitializer...Oliver Heger
2010-03-23Adding concat(Object...) and concatWith(String, Object...) methods to provide...Henri Yandell
2010-03-21[LANG-610] Introduced ConcurrentRuntimeException and extended the exception h...Oliver Heger
2010-03-20Adding Builder interface, and refactoring the builder classes and BasicThread...Henri Yandell
2010-03-20Applying the copy of the HashCodeBuilder code to stop cyclic references over ...Henri Yandell
2010-03-19Switched test class to jUnit 4 style.Oliver Heger
2010-03-16Tab police (and trailing spaces)Sebastian Bazley
2010-03-16https://issues.apache.org/jira/browse/LANG-607 StringUtils methods do not han...Gary D. Gregory
2010-03-15Fix DefaultExceptionContext.addValue that overwrites information in a recursi...Joerg Schaible
2010-03-14Fix defaultIsEmpty typing.Gary D. Gregory
2010-03-14https://issues.apache.org/jira/browse/LANG-607 StringUtils.containsAny method...Gary D. Gregory
2010-03-08Change StringUtils arguments from String to CharSequence.Gary D. Gregory
2010-03-08Convert defaultIfEmpty from String to CharSequence.Gary D. Gregory
2010-03-06More tests for length()Gary D. Gregory
2010-03-05Per David M. Sledge's patch to LANG-599, added support to ClassUtils.getClass...Henri Yandell
2010-03-03Applying Valentin Rocher's patch from LANG-559, adding isInstanceOf and isAss...Henri Yandell
2010-03-02Fix raw typesSebastian Bazley
2010-03-02Tab policeSebastian Bazley
2010-02-25Adding toString test. LANG-588Henri Yandell
2010-02-25Applying Matt's patch with my modifications from LANG-588. Adds a Pair class ...Henri Yandell
2010-02-25Adding BasicThreadFactory class. Same as Oliver's original patch in LANG-582,...Henri Yandell
2010-02-10Add methods for Cloneables to ObjectUtils (LANG-576).Joerg Schaible
2010-02-07Applying Valentin Rocher's patch to LANG-579, adding new regexp and in range ...Henri Yandell
2010-02-07[LANG-586] Clear ThreadLocal for HashCodeBuilder as wellMatthew Jason Benson