From 502c5e26093e5bb6db452e78be604c6c8f3a9614 Mon Sep 17 00:00:00 2001
From: Steven Caswell
Date: Thu, 5 May 2005 01:31:06 +0000
Subject: [PATCH] removed description of the text package since it is excluded
from the 2.1 release; updated e-mail address
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168230 13f79535-47bb-0310-9956-ffa450edef68
---
STATUS.html | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/STATUS.html b/STATUS.html
index d22573db9..626af556a 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -112,14 +112,6 @@ The following principal classes are included:
MutableShort - A mutable short wrapper.
-Text package - A package providing classes for handling and manipulating text.
-
- - Interpolation - Performs basic variable interpolation on a String for variables within a Map.
- - MappedMessageFormat - Substitutes values from one or more maps into designated places within a String.
- - StrBuilder - Builds a String from constituant parts providing a more flexible and powerful API than StringBuilder.
- - StrTokenizer - Tokenizes a String based on delimiters and supporting quoting and ignored character concepts.
-
-
Time package - A package for date/time related utilities.
- DateFormatUtils - Aids in formatting Dates.
@@ -179,6 +171,7 @@ Note that all are still under discussion, so please mail the list before actioni
- 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.
- Money and Currency. Maybe separate project.
- Code examples - Document as many static methods as possible with example usage.
+- Faster StringTokeniser - Is Java's slow?
- StringUtilsNPE - A StringUtils that doesn't like nulls.
@@ -194,7 +187,7 @@ component to ensure that it continues to meet a variety of needs.
Henri Yandell
Daniel Rall
Stephen Colebourne
-Steven Caswell
+Steven Caswell
Robert Burrell Donkin
Gary Gregory
Phil Steitz