Update for new builder subpackage

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-09-12 22:15:44 +00:00
parent dee1c29975
commit 93e8c0a19d
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.10 2002/08/26 06:00:32 dlr Exp $<br />
$Id: STATUS.html,v 1.11 2002/09/12 22:15:44 scolebourne Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -37,6 +37,7 @@ <h3>1. INTRODUCTION</h3>
<li><strong>HashCodeBuilder</strong> - Helper to enable the construction of a good hash code.</li>
<li><strong>NestedException package</strong> - A sub-package for the creation of nested exceptions.</li>
<li><strong>Enum package</strong> - A sub-package for the creation of enumerated types.</li>
<li><strong>Builder package</strong> - A sub-package for the creation of equals and hashCode methods.</li>
</ul>
@ -85,7 +86,6 @@ <h3>5. ACTION ITEMS</h3>
<li>SystemUtils - Utility to define system constants</li>
<li>Operating system information - maybe part of SystemUtils, maybe another project</li>
<li>ToStringBuilder - Helper to build a good toString method</li>
<li>EqualsBuilder - Helper to build a good equals method</li>
<li>CompareToBuilder - Helper to build a good compareTo method</li>
<li>NullObject - Singleton object to use as a placeholder when null is not accepted</li>
<li>ObjectUtils identityToString method - replicating the original toString of an object (from John Yu)</li>