Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 59660 invoked from network); 27 Dec 2007 05:36:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Dec 2007 05:36:56 -0000 Received: (qmail 88957 invoked by uid 500); 27 Dec 2007 05:36:44 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 88890 invoked by uid 500); 27 Dec 2007 05:36:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 88881 invoked by uid 99); 27 Dec 2007 05:36:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2007 21:36:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 05:36:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C20EC1A9832; Wed, 26 Dec 2007 21:36:31 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r607003 - /commons/proper/lang/trunk/STATUS.html Date: Thu, 27 Dec 2007 05:36:31 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071227053631.C20EC1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Wed Dec 26 21:36:28 2007 New Revision: 607003 URL: http://svn.apache.org/viewvc?rev=607003&view=rev Log: Removing action items Modified: commons/proper/lang/trunk/STATUS.html Modified: commons/proper/lang/trunk/STATUS.html URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/STATUS.html?rev=607003&r1=607002&r2=607003&view=diff ============================================================================== --- commons/proper/lang/trunk/STATUS.html (original) +++ commons/proper/lang/trunk/STATUS.html Wed Dec 26 21:36:28 2007 @@ -28,7 +28,6 @@ [Dependencies] [Release Info] [Known Issues] -[Action Items] [Committers]

@@ -161,26 +160,8 @@

- -

5. ACTION ITEMS

- -

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.

-
    -
  • DateRange/Duration class.
  • -
  • CloneUtils - utility class to enable cloning via various different mechanisms.
  • -
  • StringUtils.reverseSplit(String, String delim, int count). Should basically be a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))'.
  • -
  • 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. Maybe separate project.
  • -
  • Code examples - Document as many static methods as possible with example usage.
  • -
  • Faster StringTokeniser - Is Java's slow?
  • -
  • StringUtilsNPE - A StringUtils that doesn't like nulls.
  • -
- - -

6. COMMITTERS

+

5. COMMITTERS

The following individuals are the primary developers and maintainers of this component. Developers who plan to use Lang in their own