From 93e8c0a19d892e1ab5e1f5d7c8b555186307c65c Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 12 Sep 2002 22:15:44 +0000 Subject: [PATCH] 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 --- STATUS.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS.html b/STATUS.html index d29f6266f..573c909c9 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.10 2002/08/26 06:00:32 dlr Exp $
+$Id: STATUS.html,v 1.11 2002/09/12 22:15:44 scolebourne Exp $
[Introduction] [Dependencies] [Release Info] @@ -37,6 +37,7 @@

1. INTRODUCTION

  • HashCodeBuilder - Helper to enable the construction of a good hash code.
  • NestedException package - A sub-package for the creation of nested exceptions.
  • Enum package - A sub-package for the creation of enumerated types.
  • +
  • Builder package - A sub-package for the creation of equals and hashCode methods.
  • @@ -85,7 +86,6 @@

    5. ACTION ITEMS

  • SystemUtils - Utility to define system constants
  • Operating system information - maybe part of SystemUtils, maybe another project
  • ToStringBuilder - Helper to build a good toString method
  • -
  • EqualsBuilder - Helper to build a good equals method
  • CompareToBuilder - Helper to build a good compareTo method
  • NullObject - Singleton object to use as a placeholder when null is not accepted
  • ObjectUtils identityToString method - replicating the original toString of an object (from John Yu)