[ 
https://issues.apache.org/jira/browse/HADOOP-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593460#action_12593460
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-2799:
------------------------------------------------

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.

> Replace org.apache.hadoop.io.Closeable with java.io.Closeable
> -------------------------------------------------------------
>
>                 Key: HADOOP-2799
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2799
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: io
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 2799_20080430.patch
>
>
> Since java.io.Closeable is provided in Java 1.5,  we should replace 
> org.apache.hadoop.io.Closeable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to