From d739c20675937389e7437bd397e94ae425220551 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 14 Nov 2002 22:01:27 +0000 Subject: [PATCH] Added even more ideas git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137128 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/STATUS.html b/STATUS.html index 24ddeea5a..325cc5727 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.25 2002/11/07 19:13:26 rdonkin Exp $
+$Id: STATUS.html,v 1.26 2002/11/14 22:01:27 scolebourne Exp $
[Introduction] [Dependencies] [Release Info] @@ -85,7 +85,9 @@

5. ACTION ITEMS

  • Reflection utilities - new sub-package to deal with reflection
  • Operating system information - maybe part of SystemUtils, maybe another project
  • MathUtils - possible addition of mathmatics helper. Could go in NumberUtils
  • +
  • Fractions
  • CalendarUtils - possible addition of a calendar utility class (from Serge Knystautas)
  • +
  • DateRange
  • CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.
  • StringUtils truncateNicely method - A substring with some extra power to choose where to cut off. It was in Avalon and was added separately to String Taglib from a code submission. This suggests it may have some commonality. [CODED]
  • StringUtils unescape method - String Taglib has shown that this method is missing from StringUtils. It would take a String with "\n" in and convert it to the Java character. unescape and escape should be symmetric.
  • @@ -94,6 +96,8 @@

    5. ACTION ITEMS

  • 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.
  • +
  • Money and Currency
  • +
  • ExceptionUtils - truncated stack trace, from Dmitri