Skip to content

Commit 2365aaf

Browse files
committed
Some action items updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140369 13f79535-47bb-0310-9956-ffa450edef68
1 parent 50a04ae commit 2365aaf

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

STATUS.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div align="center">
99
<h1>The Jakarta Commons <em>IO</em> Component</h1>
10-
$Id: STATUS.html,v 1.9 2003/07/06 15:47:27 jeremias Exp $<br>
10+
$Id: STATUS.html,v 1.10 2003/07/27 17:08:54 jeremias Exp $<br>
1111
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
1212
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
1313
<a href="#Action%20Items">[Action Items]</a> <br>
@@ -72,18 +72,21 @@ <h3>5. ACTION ITEMS</h3>
7272
<ul>
7373
<li>Compress - Move the compress sub-package out of IO - READY</li>
7474
<li>Rename FileUtilTest to FileUtilsTest - DONE</li>
75-
<li>Rename *Util.java for *Utils.java for consistency</li>
75+
<li>Rename *Util.java for *Utils.java for consistency - DONE</li>
7676
<li>Extract code from IOUtils to CopyUtils? </li>
7777
<li>Remove StreamUtils as all its methods are in IOUtils - DONE</li>
78-
<li>IOUtil: Remove the toByteArray() variants with the bufferSize
78+
<li>IOUtils: Remove the toByteArray() variants with the bufferSize
7979
parameter. Reasoning can be found at
8080
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</li>
81-
<li>IOUtil: Change toByteArray() methods to use the new
81+
<li>IOUtils: Change toByteArray() methods to use the new
8282
ByteArrayOutputStream which should improve performance considerably.</li>
83-
<li>IOUtil: Remove the deprecated bufferedCopy method. IO is not released
84-
so we should be able to do that.</li>
83+
<li>IOUtils: Remove the deprecated bufferedCopy method. IO is not released
84+
so we should be able to do that - DONE</li>
8585
<li>FileUtils: Add isFileNewer() method from Alban Peignier:
8686
http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688</li>
87+
<li>FileUtils: This class is a big mess ATM. We need to clean it up.</li>
88+
<li>More TestCases!!!</li>
89+
<li>More Javadocs!!!</li>
8790
</ul>
8891
<h5>5.1 NEW CODE</h5>
8992
<ul>

0 commit comments

Comments
 (0)