aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-26tabs to whitespaceHenri Yandell
2010-07-26Adding a note for Maven usersHenri Yandell
2010-07-26Small text changeHenri Yandell
2010-07-24LANG-580: Add Event Support UtilitiesJames W. Carman
2010-07-23missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-23unused importMatthew Jason Benson
2010-07-23Minor tweak, mention 3.0 is Java 5.0Henri Yandell
2010-07-23Updating the data in the 3.0 changelog. Needs a bit more; i.e. reword/delete ...Henri Yandell
2010-07-23Adding a placeholder for the 3.0 changelogHenri Yandell
2010-07-23Upgrading the front page for 3.0 beta. Note that the 3.0 draft changelog need...Henri Yandell
2010-07-22Adding test cases for null checks.James W. Carman
2010-07-22Using CopyOnWriteArrayList for thread safety.James W. Carman
2010-07-22Improving javadoc documentation.James W. Carman
2010-07-22Adding a package.html file.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-22compiler/generics warnings & a typoMatthew Jason Benson
2010-07-22Adding findbugs-exclude-filter.xml to the source archivesHenri Yandell
2010-07-22Fixing javadoc example.James W. Carman
2010-07-22Improving test coverage.James W. Carman
2010-07-22Changing the way we handle listener list.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-21Javadoc tweakSebastian Bazley
2010-07-21JavadocSebastian Bazley
2010-07-21Must not use autoboxing for Booleans in toBooleanObject(String), as we rely o...Sebastian Bazley
2010-07-20Refactoring toBoolean(String) and toBooleanObject(String) so that the latter ...Henri Yandell
2010-07-20Fixing the pass along of compareTransients to the reflectionCompare method as...Henri Yandell
2010-07-20Removing commented out private methodHenri Yandell
2010-07-18Checking in my work in progress for a 3.0 articleHenri Yandell
2010-07-18Adding Michael Wooten's event support utilities from LANG-580Henri Yandell
2010-07-18Applying Sean Mickey's patch to LANG-630 such that MutableObject.equals is as...Henri Yandell
2010-07-13[LANG-597] vastly expanded TypeUtilsMatthew Jason Benson
2010-07-13Adding toCalendar method per LANG-632Henri Yandell
2010-07-06Updating javadoc per Sean Mickey's 2nd comment to LANG-628Henri Yandell
2010-07-06Javadoc fix to StringUtils.lastIndexOf(String) per LANG-631Henri Yandell
2010-07-03Fix cloning of array types.Joerg Schaible
2010-07-01Document thread-safety (where known)Sebastian Bazley
2010-06-30Eclipse warningsSebastian Bazley
2010-06-30Improving javadoc for HashCodeBuilder.append(boolean) and the general class j...Henri Yandell
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