From 1fe30c3a31a2b097a89c98d9ef718f5886387091 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sun, 29 Sep 2002 07:24:20 +0000 Subject: [PATCH] Added latest issues from Steve Downey's emails. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137075 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STATUS.html b/STATUS.html index 13074cb98..b7288c9e4 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.20 2002/09/27 19:24:11 stevencaswell Exp $
+$Id: STATUS.html,v 1.21 2002/09/29 07:24:20 bayard Exp $
[Introduction] [Dependencies] [Release Info] @@ -70,6 +70,8 @@

3. RELEASE INFO

4. KNOWN ISSUES

@@ -95,6 +97,7 @@

5. ACTION ITEMS

  • GUID and other Identifier generators - these may belong in [util], some code exists in [pattern] at the moment
  • CharUtils - Utilities to work on a char[] in the same way as a String
  • AStringBuffer - A StringBuffer implementation with additional methods from StringUtils +
  • O(n) - Document all algorithm-implementing methods with the order. Possibly with an O(n) on the end of each parameterm or with an @order tag.