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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2013/08/01 04:37:49 UTC

[jira] [Resolved] (HADOOP-9793) RetryInvocationHandler uses raw types that should be parameterized

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

Tsz Wo (Nicholas), SZE resolved HADOOP-9793.
--------------------------------------------

    Resolution: Duplicate

This is now fixed by HADOOP-9803.
                
> RetryInvocationHandler uses raw types that should be parameterized
> ------------------------------------------------------------------
>
>                 Key: HADOOP-9793
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9793
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Suresh Srinivas
>            Priority: Minor
>
> This causes javac warnings as shown below:
> {noformat}
> 274c274,275
> < [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java:[147,45] [unchecked] unchecked call to performFailover(T) as a member of the raw type org.apache.hadoop.io.retry.FailoverProxyProvider
> ---
> > [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java:[103,24] [unchecked] unchecked call to getMethod(java.lang.String,java.lang.Class<?>...) as a member of the raw type java.lang.Class
> > [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java:[152,45] [unchecked] unchecked call to performFailover(T) as a member of the raw type org.apache.hadoop.io.retry.FailoverProxyProvider
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira