stevencaswell    2002/09/27 12:24:11

  Modified:    lang     STATUS.html
  Log:
  Added StringUtils defaultString variation TODO
  
  Revision  Changes    Path
  1.20      +3 -1      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- STATUS.html       21 Sep 2002 08:11:18 -0000      1.19
  +++ STATUS.html       27 Sep 2002 19:24:11 -0000      1.20
  @@ -89,6 +89,8 @@
   <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>StringUtils defaultStirng(Object) method - simliar behavior to 
defaultString(String), returns obj.toString() if obj != null, "" otherwise
  +<li>StringUtils defaultString(Object, String) method - similar behavior to 
defaultString(String, String), returns obj.toString() if obj != null, specified string 
otherwise
   <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
  
  
  

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

Reply via email to