Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 85733 invoked from network); 2 Feb 2003 09:10:29 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Feb 2003 09:10:29 -0000 Received: (qmail 12832 invoked by uid 97); 2 Feb 2003 09:12:08 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 12825 invoked from network); 2 Feb 2003 09:12:08 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Feb 2003 09:12:08 -0000 Received: (qmail 85554 invoked by uid 500); 2 Feb 2003 09:10:26 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 85543 invoked by uid 500); 2 Feb 2003 09:10:25 -0000 Received: (qmail 85539 invoked from network); 2 Feb 2003 09:10:25 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 2 Feb 2003 09:10:25 -0000 Received: (qmail 5982 invoked by uid 1360); 2 Feb 2003 09:10:24 -0000 Date: 2 Feb 2003 09:10:24 -0000 Message-ID: <20030202091024.5981.qmail@icarus.apache.org> From: bayard@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang STATUS.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bayard 2003/02/02 01:10:24 Modified: lang STATUS.html Log: Added a couple of StringUtils todos. Reworded the Action Items to indicate that not all are considered to definitely be in scope for Lang. Revision Changes Path 1.33 +4 -3 jakarta-commons/lang/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- STATUS.html 29 Dec 2002 22:07:55 -0000 1.32 +++ STATUS.html 2 Feb 2003 09:10:24 -0000 1.33 @@ -129,8 +129,7 @@

5. ACTION ITEMS

-

Want to help? Here's some "to do" items the team has identified. Note that all are -still under discussion, so please mail the list before actioning.

+

Want to help? Here's some "to do" items the team has identified as possibly being in scope for Lang. Note that all are still under discussion, so please mail the list before actioning.

  • Reflection utilities - work underway in reflect package.
  • Operating system information - maybe part of SystemUtils, maybe another project
  • @@ -140,6 +139,8 @@
  • 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 - [DONE. Test symmetry]
  • +
  • StringUtils performance improvements.
  • +
  • StringUtils.reverseSplit(String, String delim, int count). Should basically be a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))
  • 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.
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org