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 @@
   <a name="Action Items"></a>
   <h3>5.  ACTION ITEMS</h3>
   
  -<p>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.</p>
  +<p>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.</p>
   <ul>
   <li>Reflection utilities - work underway in reflect package.</li>
   <li>Operating system information - maybe part of SystemUtils, maybe another 
project</li>
  @@ -140,6 +139,8 @@
   <li>CloneUtils - utility class to enable cloning via various different mechanisms. 
This code exists in [pattern] at present.</li>
   <li>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]</li>
   <li>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] </li>
  +<li>StringUtils performance improvements. </li>
  +<li>StringUtils.reverseSplit(String, String delim, int count). Should basically be 
a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))</li>
   <li>CharUtils - Utilities to work on a char[] in the same way as a String
   <li>AStringBuffer - A StringBuffer implementation with additional methods from 
StringUtils
   <li>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.</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to