|
[
Permlink
| « Hide
]
Tsz Wo (Nicholas), SZE added a comment - 30/Apr/08 07:57 PM
2799_20080430.patch: deprecate org.apache.hadoop.io.Closeable and make it extending java.io.Closeable.
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12381214/2799_20080430.patch against trunk revision 645773. @author +1. The patch does not contain any @author tags. tests included -1. The patch doesn't appear to include any new or modified tests. javadoc +1. The javadoc tool did not generate any warning messages. javac -1. The applied patch generated 458 javac compiler warnings (more than the trunk's current 452 warnings). release audit +1. The applied patch does not generate any new release audit warnings. findbugs -1. The patch appears to introduce 1 new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2355/testReport/ This message is automatically generated. The patch only deprecates the org.apache.hadoop.io.Closeable interface. So, no tests added.
The additional 6 javac warnings are due to "[deprecation] org.apache.hadoop.io.Closeable" Findbugs warning says, "The class name org.apache.hadoop.io.Closeable shadows the simple name of implemented interface java.io.Closeable". This is something we are fixing here. I just committed this. Thanks, Nicholas
Integrated in Hadoop-trunk #477 (See http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/477/
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||