Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAE259FB5 for ; Sat, 17 Dec 2011 01:58:59 +0000 (UTC) Received: (qmail 16698 invoked by uid 500); 17 Dec 2011 01:58:59 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 16669 invoked by uid 500); 17 Dec 2011 01:58:59 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 16661 invoked by uid 99); 17 Dec 2011 01:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2011 01:58:59 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2011 01:58:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 83F561172FE for ; Sat, 17 Dec 2011 01:58:30 +0000 (UTC) Date: Sat, 17 Dec 2011 01:58:30 +0000 (UTC) From: "Alejandro Abdelnur (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1371868684.21803.1324087110541.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <692142921.62096.1323555043293.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2658) HttpFS introduced 70 javadoc warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171409#comment-13171409 ] Alejandro Abdelnur commented on HDFS-2658: ------------------------------------------ Run test-patch locally, it reports 2 warnings on HttpFS, which are the ones mentioned above and added to the javadoc count. {code} ... [WARNING] /Users/tucu/src/apache/hadoop/git/hadoop-common-project/hadoop-common/target/classes/org/apache/hadoop/fs/AbstractFileSystem.class: warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [WARNING] /Users/tucu/src/apache/hadoop/git/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java:241: warning - @param argument "override," is not a parameter name. [WARNING] /Users/tucu/src/apache/hadoop/git/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java:450: warning - @param argument "override," is not a parameter name. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Hadoop HDFS Project 0.24.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ ... {code} FYI the test-patch is giving -1s because of unrelated (to HttpFS) warnings. > HttpFS introduced 70 javadoc warnings > ------------------------------------- > > Key: HDFS-2658 > URL: https://issues.apache.org/jira/browse/HDFS-2658 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.24.0, 0.23.1 > Reporter: Eli Collins > Assignee: Alejandro Abdelnur > Fix For: 0.24.0, 0.23.1 > > Attachments: HDFS-2658.patch > > > {noformat} > hadoop1 (trunk)$ grep warning javadoc.txt |grep -c httpfs > 70 > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira