From 36122d66d08a33803f056c147936d94213f6d2e5 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 7 Jul 2003 15:09:32 +0000 Subject: [PATCH] truncateNicely now implemented as abbreviate. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137395 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STATUS.html b/STATUS.html index b44fa6e0e..faf350056 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.35 2003/05/16 22:17:01 scolebourne Exp $
+$Id: STATUS.html,v 1.36 2003/07/07 15:09:32 bayard Exp $
[Introduction] [Dependencies] [Release Info] @@ -128,7 +128,6 @@

5. ACTION ITEMS

  • Date and Calendar utils - work underway in time package.
  • DateRange
  • CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.
  • -
  • 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]
  • 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]
  • StringUtils performance improvements.
  • StringUtils.reverseSplit(String, String delim, int count). Should basically be a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))