bayard      2003/07/07 08:11:36

  Modified:    lang     STATUS.html
  Log:
  Removed a TODO.
  The performance improvements these refered to are now in.
  
  Revision  Changes    Path
  1.38      +1 -2      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- STATUS.html       7 Jul 2003 15:10:46 -0000       1.37
  +++ STATUS.html       7 Jul 2003 15:11:35 -0000       1.38
  @@ -129,7 +129,6 @@
   <li>DateRange</li>
   <li>CloneUtils - utility class to enable cloning via various different mechanisms. 
This code exists in [pattern] at present.</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
  
  
  

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

Reply via email to