You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2009/05/14 01:46:45 UTC

[jira] Updated: (HADOOP-5822) Fix javac warnings in several dfs tests related to unncessary casts

     [ https://issues.apache.org/jira/browse/HADOOP-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan updated HADOOP-5822:
--------------------------------

    Attachment: HADOOP-5822.patch

Patch fixes all the javac warnings in the files listed above.  All are unnecessary cast warnings.  Also cleaned up some imports, dead code and formatting.

> Fix javac warnings in several dfs tests related to unncessary casts
> -------------------------------------------------------------------
>
>                 Key: HADOOP-5822
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5822
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: HADOOP-5822.patch
>
>
> There are quite a few unnecessary casts as reported in javac in the following files:
> /src/test/OAH/hdfs/TestDataTransferProtocol.java
> /src/test/OAH/hdfs/TestFSInputChecker.java
> /src/test/OAH/hdfs/TestFileAppend.java
> /src/test/OAH/hdfs/TestPread.java
> /src/test/OAH/hdfs/server/namenode/TestNodeCount.java

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