You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/12/27 06:36:31 UTC

svn commit: r607003 - /commons/proper/lang/trunk/STATUS.html

Author: bayard
Date: Wed Dec 26 21:36:28 2007
New Revision: 607003

URL: http://svn.apache.org/viewvc?rev=607003&view=rev
Log:
Removing action items

Modified:
    commons/proper/lang/trunk/STATUS.html

Modified: commons/proper/lang/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/STATUS.html?rev=607003&r1=607002&r2=607003&view=diff
==============================================================================
--- commons/proper/lang/trunk/STATUS.html (original)
+++ commons/proper/lang/trunk/STATUS.html Wed Dec 26 21:36:28 2007
@@ -28,7 +28,6 @@
 <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 @@
 </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