Removed identityToString todo
Removed issues Added ArrayUtils todo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46b35c49b1
commit
410bc5a289
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
||||
$Id: STATUS.html,v 1.15 2002/09/17 22:10:47 scolebourne Exp $<br />
|
||||
$Id: STATUS.html,v 1.16 2002/09/18 19:50:35 scolebourne Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -31,7 +31,7 @@ The following classes are included:</p>
|
|||
<li><strong>RandomStringUtils</strong> - Helper for creating randomised Strings.</li>
|
||||
<li><strong>NumberUtils</strong> - Helper for java.lang.Number and its subclasses.</li>
|
||||
<li><strong>NumberRange</strong> - A range of numbers with an upper and lower bound.</li>
|
||||
<li><strong>ObjectUtils</strong> - Helper for creating any Object.</li>
|
||||
<li><strong>ObjectUtils</strong> - Helper for java.lang.Object.</li>
|
||||
<li><strong>SerializationUtils</strong> - Helper for serializing Objects.</li>
|
||||
<li><strong>SystemUtils</strong> - Utility class defining the Java system properties.</li>
|
||||
<li><strong>NestedException package</strong> - A sub-package for the creation of nested exceptions.</li>
|
||||
|
@ -70,8 +70,6 @@ An rc1 and then a full release are planned in early Autumn/Fall 2002.
|
|||
<h3>4. KNOWN ISSUES</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Exception tests - Don't compile at present</li>
|
||||
<li>SystemUtils - Details of this new class need to be finalised</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
@ -85,7 +83,6 @@ still under discussion, so please mail the list before actioning.</p>
|
|||
<li>Reflection utilities - new sub-package to deal with reflection</li>
|
||||
<li>Operating system information - maybe part of SystemUtils, maybe another project</li>
|
||||
<li>NullObject - Singleton object to use as a placeholder when null is not accepted</li>
|
||||
<li>ObjectUtils identityToString method - replicating the original toString of an object (from John Yu)</li>
|
||||
<li>MathUtils - possible addition of mathmatics helper. Could go in NumberUtils</li>
|
||||
<li>CalendarUtils - possible addition of a calendar utility class (from Serge Knystautas)</li>
|
||||
<li>CloneUtils - utility class to enable cloning via various different mechanisms</li>
|
||||
|
@ -94,6 +91,7 @@ still under discussion, so please mail the list before actioning.</p>
|
|||
<li>StringUtils parseBoolean method - This method is in OSCore's TextUtils and seems very reusable. It could go in a BooleanUtils if such a need was seen</li>
|
||||
<li>StringUtils uncapitaliseAllWords method - String Taglib has shown that this method is missing from StringUtils. </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>ArrayUtils - opinion seems to be that this belongs with [lang] and not [collections]
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue