Author: stevencaswell
Date: Wed May 4 18:31:06 2005
New Revision: 168230
URL: http://svn.apache.org/viewcvs?rev=168230&view=rev
Log:
removed description of the text package since it is excluded from the 2.1
release;
updated e-mail address
Modified:
jakarta/commons/proper/lang/trunk/STATUS.html
Modified: jakarta/commons/proper/lang/trunk/STATUS.html
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/STATUS.html?rev=168230&r1=168229&r2=168230&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/STATUS.html (original)
+++ jakarta/commons/proper/lang/trunk/STATUS.html Wed May 4 18:31:06 2005
@@ -112,14 +112,6 @@
<li><strong>MutableShort</strong> - A mutable short wrapper.</li>
</ul></li>
-<li><strong>Text package</strong> - A package providing classes for handling
and manipulating text.
-<ul>
- <li><strong>Interpolation</strong> - Performs basic variable interpolation on
a String for variables within a Map.</li>
- <li><strong>MappedMessageFormat</strong> - Substitutes values from one or
more maps into designated places within a String.</li>
- <li><strong>StrBuilder</strong> - Builds a String from constituant parts
providing a more flexible and powerful API than StringBuilder.</li>
- <li><strong>StrTokenizer</strong> - Tokenizes a String based on delimiters
and supporting quoting and ignored character concepts.</li>
-</ul></li>
-
<li><strong>Time package</strong> - A package for date/time related utilities.
<ul>
<li><strong>DateFormatUtils</strong> - Aids in formatting Dates.</li>
@@ -179,6 +171,7 @@
<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. Maybe separate project.</li>
<li>Code examples - Document as many static methods as possible with example
usage.</li>
+<li>Faster StringTokeniser - Is Java's slow?</li>
<li>StringUtilsNPE - A StringUtils that doesn't like nulls.</li>
</ul>
@@ -194,7 +187,7 @@
<li><a href="mailto:[EMAIL PROTECTED]">Henri Yandell</a></li>
<li><a href="mailto:[email protected]">Daniel Rall</a></li>
<li><a href="mailto:[EMAIL PROTECTED]">Stephen Colebourne</a></li>
-<li><a href="mailto:[EMAIL PROTECTED]">Steven Caswell</a></li>
+<li><a href="mailto:[EMAIL PROTECTED]">Steven Caswell</a></li>
<li><a href="mailto:[EMAIL PROTECTED]">Robert Burrell Donkin</a></li>
<li><a href="mailto:[EMAIL PROTECTED]">Gary Gregory</a></li>
<li><a href="mailto:[EMAIL PROTECTED]">Phil Steitz</a></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]