Added some StringUtils todos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3468b1f8e0
commit
81cf7d8be9
|
@ -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.12 2002/09/15 10:29:25 scolebourne Exp $<br />
|
$Id: STATUS.html,v 1.13 2002/09/17 10:30:48 bayard 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>
|
||||||
|
@ -91,6 +91,9 @@ still under discussion, so please mail the list before actioning.</p>
|
||||||
<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</li>
|
||||||
<li>StringUtils containsOnly method - proposed new method to check if a string contains only certain chars</li>
|
<li>StringUtils containsOnly method - proposed new method to check if a string contains only certain chars</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 comonality</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</li>
|
||||||
|
<li>StringUtils uncapitaliseAllWords method - String Taglib has shown that this method is missing from StringUtils. </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue