You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2002/09/13 00:15:44 UTC

cvs commit: jakarta-commons/lang STATUS.html

scolebourne    2002/09/12 15:15:44

  Modified:    lang     STATUS.html
  Log:
  Update for new builder subpackage
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- STATUS.html	26 Aug 2002 06:00:32 -0000	1.10
  +++ STATUS.html	12 Sep 2002 22:15:44 -0000	1.11
  @@ -37,6 +37,7 @@
   <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 @@
   <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>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>