You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/07/30 08:07:49 UTC

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

Suresh Srinivas created HADOOP-9793:
---------------------------------------

             Summary: 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