Broken link to GenericOptionsParser in Javadoc
----------------------------------------------
Key: HADOOP-7041
URL: https://issues.apache.org/jira/browse/HADOOP-7041
Project: Hadoop Common
Issue Type: Improvement
Components: util
Affects Versions: 0.21.0
Reporter: Jingguo Yao
In both Tool's and ToolRunner's Javadoc, there is the following link pointing
to GenericOptionsParser:
<a
href="{...@docroot}/org/apache/hadoop/util/GenericOptionsParser.html#GenericOptions">
Since @InterfaceAudience.Private is specified for GenericOptionsParser,
GenericOptionsParser does not appear in Javadoc. So the links to it are broken.
And in both Tool's and ToolRunner's Javadoc, there is "@see
GenericOptionsParser" which shows as plain text instead of links because
GenericOptionsParser is missed in Javadoc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.