|
7 | 7 |
|
8 | 8 | <div align="center"> |
9 | 9 | <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> |
11 | 11 | <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> |
12 | 12 | <a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a> |
13 | 13 | <a href="#Action%20Items">[Action Items]</a> <br> |
@@ -72,18 +72,21 @@ <h3>5. ACTION ITEMS</h3> |
72 | 72 | <ul> |
73 | 73 | <li>Compress - Move the compress sub-package out of IO - READY</li> |
74 | 74 | <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> |
76 | 76 | <li>Extract code from IOUtils to CopyUtils? </li> |
77 | 77 | <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 |
79 | 79 | parameter. Reasoning can be found at |
80 | 80 | 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 |
82 | 82 | 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> |
85 | 85 | <li>FileUtils: Add isFileNewer() method from Alban Peignier: |
86 | 86 | 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> |
87 | 90 | </ul> |
88 | 91 | <h5>5.1 NEW CODE</h5> |
89 | 92 | <ul> |
|
0 commit comments