Added more TODOs for CharUtils and StringBuffer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9b0b98cbb
commit
0d5c8690b7
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
||||||
$Id: STATUS.html,v 1.18 2002/09/19 07:02:30 bayard Exp $<br />
|
$Id: STATUS.html,v 1.19 2002/09/21 08:11:18 scolebourne Exp $<br />
|
||||||
<a href="#Introduction">[Introduction]</a>
|
<a href="#Introduction">[Introduction]</a>
|
||||||
<a href="#Dependencies">[Dependencies]</a>
|
<a href="#Dependencies">[Dependencies]</a>
|
||||||
<a href="#Release Info">[Release Info]</a>
|
<a href="#Release Info">[Release Info]</a>
|
||||||
|
@ -84,12 +84,15 @@ still under discussion, so please mail the list before actioning.</p>
|
||||||
<li>Operating system information - maybe part of SystemUtils, maybe another project</li>
|
<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>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>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 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 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 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 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>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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue