Added even more ideas

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-11-14 22:01:27 +00:00
parent 94318c7e60
commit d739c20675
1 changed files with 5 additions and 1 deletions

View File

@ -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.25 2002/11/07 19:13:26 rdonkin Exp $<br /> $Id: STATUS.html,v 1.26 2002/11/14 22:01:27 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>
@ -85,7 +85,9 @@ <h3>5. ACTION ITEMS</h3>
<li>Reflection utilities - new sub-package to deal with reflection</li> <li>Reflection utilities - new sub-package to deal with reflection</li>
<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>Fractions</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>DateRange</li>
<li>CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.</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 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>
@ -94,6 +96,8 @@ <h3>5. ACTION ITEMS</h3>
<li>CharUtils - Utilities to work on a char[] in the same way as a String <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>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>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>ExceptionUtils - truncated stack trace, from Dmitri</li>
</ul> </ul>