scolebourne    2002/09/21 01:11:18

  Modified:    lang     STATUS.html
  Log:
  Added more TODOs for CharUtils and StringBuffer
  
  Revision  Changes    Path
  1.19      +5 -2      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- STATUS.html       19 Sep 2002 07:02:30 -0000      1.18
  +++ STATUS.html       21 Sep 2002 08:11:18 -0000      1.19
  @@ -84,12 +84,15 @@
   <li>Operating system information - maybe part of SystemUtils, maybe another 
project</li>
   <li>MathUtils - possible addition of mathmatics helper. Could go in NumberUtils</li>
   <li>CalendarUtils - possible addition of a calendar utility class (from Serge 
Knystautas)</li>
  -<li>CloneUtils - utility class to enable cloning via various different 
mechanisms</li>
  +<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 parseBoolean method - This method is in OSCore's TextUtils and 
seems very reusable. It could go in a BooleanUtils if such a need was seen. 
[CODED]</li>
   <li>StringUtils uncapitaliseAllWords method - String Taglib has shown that this 
method is missing from StringUtils. [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. </li>
   <li>ArrayUtils - opinion seems to be that this belongs with [lang] and not 
[collections]
  +<li>GUID and other Identifier generators - these may belong in [util], some code 
exists in [pattern] at the moment
  +<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
   </ul>
   
   
  
  
  

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

Reply via email to