From 2789de54dce8f0b3fe65f376d4107dd722921a92 Mon Sep 17 00:00:00 2001 From: Daniel Rall Date: Mon, 26 Aug 2002 06:00:32 +0000 Subject: [PATCH] Added a second action item for exception package tests. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136995 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/STATUS.html b/STATUS.html index b45c67897..d29f6266f 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.9 2002/08/26 05:59:42 dlr Exp $
+$Id: STATUS.html,v 1.10 2002/08/26 06:00:32 dlr Exp $
[Introduction] [Dependencies] [Release Info] @@ -94,6 +94,7 @@ still under discussion, so please mail the list before actioning.

  • CloneUtils - utility class to enable cloning via various different mechanisms
  • StringUtils containsOnly method - proposed new method to check if a string contains only certain chars
  • exception package tests - consolidate code duplicated across tests for Nestable implementations
  • +
  • exception package tests - add testing of new NestableError class