Apache Commons Lang
Go to file
Gary D. Gregory d5ee2f1ca5 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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137372 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 17:04:39 +00:00
src PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21021. 2003-06-23 17:04:39 +00:00
.cvsignore Ignore bin directory 2003-05-24 11:00:17 +00:00
DEVELOPERS-GUIDE.html First version of Lang developers guide 2002-12-22 21:07:35 +00:00
LICENSE.txt Update licence 2003-01-15 22:08:37 +00:00
PROPOSAL.html Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
RELEASE-NOTES.txt Correct the enum release notes 2002-09-25 10:29:56 +00:00
STATUS.html Remove functor subpackage 2003-05-16 22:17:35 +00:00
build.xml Include a Javadoc overview. 2003-05-31 18:44:36 +00:00
checkstyle.properties Stopping checkstyle from worrying about whether operators are at the end of a line or at the start of the line. I doubt it's something we care enough to standardise on. 2003-04-18 15:21:03 +00:00
default.properties What? Everyone doesn't have a /usr/local/javalib/ directory? 2003-02-02 16:52:40 +00:00
maven.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00
project.properties Added the date to the maven site. 2003-02-02 09:16:32 +00:00
project.xml Added myself as agreed with Henri. 2003-04-18 13:44:02 +00:00