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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/08/26 20:38:44 UTC

[jira] Updated: (HADOOP-4023) javadoc warnings: incorrect references

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

Owen O'Malley updated HADOOP-4023:
----------------------------------

    Attachment: hadoop-4023.patch

This patch removes the java doc references to now private classes.

> javadoc warnings: incorrect references
> --------------------------------------
>
>                 Key: HADOOP-4023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4023
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: hadoop-4023.patch
>
>
> - "ant test-patch" with an empty patch file
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:34: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FsShell.java:46: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] .../trunk/src/mapred/org/apache/hadoop/mapred/Task.java:36: package org.apache.hadoop.hdfs does not exist
>   [javadoc] import org.apache.hadoop.hdfs.DistributedFileSystem;
>   [javadoc]                              ^
>   [javadoc] Standard Doclet version 1.6.0
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] .../trunk/src/core/org/apache/hadoop/fs/FileSystem.java:56: warning - Tag @link: reference not found: DistributedFileSystem
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating /home/tsz/hadoop/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 6 warnings
> {noformat}
> - "ant javadoc"
> {noformat}
>   [javadoc] .../trunk/src/core/org/apache/hadoop/metrics/MetricsUtil.java:34: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] .../trunk/src/core/overview.html: warning - Tag @link: reference not found: org.apache.hadoop.hdfs.server.namenode.NameNode
>   [javadoc] Generating .../trunk/build/docs/api/stylesheet.css...
>   [javadoc] 2 warnings
> {noformat}

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