Removing action items

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@607003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-12-27 05:36:28 +00:00
parent f237b96638
commit 95a4b23729
1 changed files with 1 additions and 20 deletions

View File

@ -28,7 +28,6 @@ <h1>The Apache Commons <em>Lang</em> Component</h1>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Known Issues">[Known Issues]</a>
<a href="#Action Items">[Action Items]</a>
<a href="#Committers">[Committers]</a>
<br /><br />
</div>
@ -161,26 +160,8 @@ <h3>4. KNOWN ISSUES</h3>
</p>
<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>
<ul>
<li>DateRange/Duration class.</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>AStringBuffer - A StringBuffer implementation with additional methods from StringUtils.</li>
<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>
<a name="Committers"></a>
<h3>6. COMMITTERS</h3>
<h3>5. COMMITTERS</h3>
<p>The following individuals are the primary developers and maintainers of this
component. Developers who plan to use <em>Lang</em> in their own