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


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137354 13f79535-47bb-0310-9956-ffa450edef68
2003-06-03 20:15:32 +00:00
src Refactor code in ToStringBuilder.reflectionToString(...) into a new subclass called ReflectionToStringBuilder. 2003-06-03 20:15:32 +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