Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 54635 invoked from network); 23 Apr 2009 21:44:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Apr 2009 21:44:54 -0000 Received: (qmail 28164 invoked by uid 500); 23 Apr 2009 21:44:54 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 28138 invoked by uid 500); 23 Apr 2009 21:44:54 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 28128 invoked by uid 99); 23 Apr 2009 21:44:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 21:44:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 21:44:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6C8F1234C4AE for ; Thu, 23 Apr 2009 14:44:30 -0700 (PDT) Message-ID: <994477086.1240523070443.JavaMail.jira@brutus> Date: Thu, 23 Apr 2009 14:44:30 -0700 (PDT) From: "Evgeny Ryabitskiy (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1340) Fix new javadoc warnings In-Reply-To: <1975319109.1240505550792.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evgeny Ryabitskiy updated HBASE-1340: ------------------------------------- Attachment: (was: HBASE-1340.patch) > Fix new javadoc warnings > ------------------------ > > Key: HBASE-1340 > URL: https://issues.apache.org/jira/browse/HBASE-1340 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: Evgeny Ryabitskiy > Attachments: HBASE-1340_v2.patch > > > {code} > [javadoc] Building tree for all the packages and classes... > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:50: warning - Tag @link: reference not found: HFile > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:235: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:245: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:255: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:265: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:276: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:287: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:299: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:310: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:322: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:337: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:351: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:365: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:380: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:401: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:547: warning - @param argument "b" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/KeyValue.java:1037: warning - @return tag has no arguments. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/filter/RowFilterInterface.java:124: warning - @param argument "colunmName" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/io/RowResult.java:276: warning - @param argument "r" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/io/SequenceFile.java:1793: warning - @return tag has no arguments. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/io/hfile/HFile.java:277: warning - Parameter "c" is documented more than once. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java:75: warning - Tag @link: reference not found: Text > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/regionserver/HAbstractScanner.java:90: warning - @param argument "family/store" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/regionserver/LruHashMap.java:348: warning - @param argument "o" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/regionserver/Store.java:1020: warning - @param argument "origin" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/rest/filter/RowFilterSetFactory.java:91: warning - @return tag has no arguments. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/util/Bytes.java:692: warning - @return tag has no arguments. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/util/Bytes.java:169: warning - @param argument "bytes" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/util/Bytes.java:169: warning - @param argument "offset" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/util/Bytes.java:169: warning - @param argument "b" is not a parameter name. > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] Building index for all the packages and classes... > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] /home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java:65: warning - Tag @link: reference not found: Compression.Algorithm > [javadoc] Building index for all classes... > [javadoc] Generating /home/stack/checkouts/hbase/trunk/build/docs/api/stylesheet.css... > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.