Update task list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d516948613
commit
d0f7027c7e
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
||||
$Id: STATUS.html,v 1.41 2003/07/08 22:05:14 scolebourne Exp $<br />
|
||||
$Id: STATUS.html,v 1.42 2003/07/14 23:02:53 scolebourne Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -136,12 +136,13 @@ Unknown.
|
|||
<li>DateRange/Duration class</li>
|
||||
<li>DurationFormatUtils to be completed and made public</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.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
|
||||
<li>O(n) - Document all algorithm-implementing methods with the order. Possibly with an O(n) on the end of each parameterm or with an @order tag.</li>
|
||||
<li>Money and Currency</li>
|
||||
<li>Code examples - Document as many static methods as possible with example usage.</li>
|
||||
<li>Faster StringTokeniser - Is Java's slow?</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue