Updates pre 2.0

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-07-20 16:14:51 +00:00
parent af6aba957f
commit f5d4e8456e
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$Id: RELEASE-NOTES.txt,v 1.14 2003/07/19 21:55:05 scolebourne Exp $
$Id: RELEASE-NOTES.txt,v 1.15 2003/07/20 16:14:51 scolebourne Exp $
Commons Lang Package
Version 2.0
@ -17,7 +17,7 @@ Some StringUtils methods have changed functionality from 1.0.
isEmpty()
chomp(String)
chomp(String,String)
plus others have changed null handling
Other methods have changed null handling
Check your code before implementing this release.

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.43 2003/07/15 21:53:47 scolebourne Exp $<br />
$Id: STATUS.html,v 1.44 2003/07/20 16:14:51 scolebourne Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -122,7 +122,6 @@ <h3>4. KNOWN ISSUES</h3>
<p>
<ul>
<li>CharRange.UNSET - will have problems if we introduce reverse ranges that go down to \u0000.</lI>
<li>Null effects - the classes are not standardised in how they handle null.</li>
</ul>
</p>
@ -130,12 +129,13 @@ <h3>4. KNOWN ISSUES</h3>
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
<p>Want to help? Here's some "to do" items the team has identified as possibly being in scope for Lang. Note that all are still under discussion, so please mail the list before actioning.</p>
<p>Want to help? Here's some "to do" items the team has identified as possibly being in scope for Lang.
Note that all are still under discussion, so please mail the list before actioning.</p>
<ul>
<li>Reflection utilities - work underway in reflect package.</li>
<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>CloneUtils - utility class to enable cloning via various different mechanisms.</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>
<li>AStringBuffer - A StringBuffer implementation with additional methods from StringUtils.</li>
@ -143,6 +143,8 @@ <h3>5. ACTION ITEMS</h3>
<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>
<li>Mutable Number classes - like Integer/Double but mutable.</li>
<li>StringUtilsNPE - A StringUtils that doesn't like nulls.</li>
</ul>