jeremias 2003/07/27 10:08:54
Modified: io STATUS.html
Log:
Some action items updates
Revision Changes Path
1.10 +9 -6 jakarta-commons-sandbox/io/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STATUS.html 6 Jul 2003 15:47:27 -0000 1.9
+++ STATUS.html 27 Jul 2003 17:08:54 -0000 1.10
@@ -72,18 +72,21 @@
<ul>
<li>Compress - Move the compress sub-package out of IO - READY</li>
<li>Rename FileUtilTest to FileUtilsTest - DONE</li>
- <li>Rename *Util.java for *Utils.java for consistency</li>
+ <li>Rename *Util.java for *Utils.java for consistency - DONE</li>
<li>Extract code from IOUtils to CopyUtils? </li>
<li>Remove StreamUtils as all its methods are in IOUtils - DONE</li>
- <li>IOUtil: Remove the toByteArray() variants with the bufferSize
+ <li>IOUtils: Remove the toByteArray() variants with the bufferSize
parameter. Reasoning can be found at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg19703.html</li>
- <li>IOUtil: Change toByteArray() methods to use the new
+ <li>IOUtils: Change toByteArray() methods to use the new
ByteArrayOutputStream which should improve performance considerably.</li>
- <li>IOUtil: Remove the deprecated bufferedCopy method. IO is not released
- so we should be able to do that.</li>
+ <li>IOUtils: Remove the deprecated bufferedCopy method. IO is not released
+ so we should be able to do that - DONE</li>
<li>FileUtils: Add isFileNewer() method from Alban Peignier:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=thread&from=348688</li>
+ <li>FileUtils: This class is a big mess ATM. We need to clean it up.</li>
+ <li>More TestCases!!!</li>
+ <li>More Javadocs!!!</li>
</ul>
<h5>5.1 NEW CODE</h5>
<ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]