[
https://issues.apache.org/jira/browse/MCHANGES-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17902094#comment-17902094
]
ASF GitHub Bot commented on MCHANGES-436:
-----------------------------------------
elharo commented on code in PR #59:
URL:
https://github.com/apache/maven-reporting-impl/pull/59#discussion_r1864886265
##########
src/main/java/org/apache/maven/reporting/AbstractMavenReport.java:
##########
@@ -140,10 +140,10 @@ public abstract class AbstractMavenReport extends
AbstractMojo implements MavenM
protected File siteDirectory;
/**
- * The locale to use when the report generation is invoked directly as a
standalone Mojo.
+ * The locale to use when the report generation is invoked directly as a
standalone Mojo.
*
* @see SiteTool#DEFAULT_LOCALE
- * @see SiteTool#getSiteLocales(String)
+ * @see SiteTool#getSiteLocales
Review Comment:
I think this is a shortcut since there's no overloading here, but I can put
it back.
> Fix Javadoc warnings in build
> -----------------------------
>
> Key: MCHANGES-436
> URL: https://issues.apache.org/jira/browse/MCHANGES-436
> Project: Maven Changes Plugin
> Issue Type: Bug
> Reporter: Elliotte Rusty Harold
> Priority: Minor
>
> [WARNING] Unresolvable link in javadoc tag with value #getOutputName() found
> in
> target/maven-plugin-plugin-sources/org.apache.maven.reporting/maven-reporting-impl/4.0.0/sources/org/apache/maven/reporting/AbstractMavenReport.java:92:
> Could not resolve javadoc reference JavadocReference
> [moduleName=Optional.empty, packageNameClassName=Optional.empty,
> member=Optional[getOutputName()], label=Optional.empty]
> [WARNING] Could not get javadoc URL for reference SiteTool#DEFAULT_LOCALE at
> FullyQualifiedJavadocReference [moduleName=Optional.empty,
> packageName=Optional[org.apache.maven.doxia.tools],
> className=Optional[SiteTool], memberType=Optional[FIELD],
> member=Optional[DEFAULT_LOCALE], label=Optional.empty, isExternal=true]
> (fully qualified
> target/maven-plugin-plugin-sources/org.apache.maven.reporting/maven-reporting-impl/4.0.0/sources/org/apache/maven/reporting/AbstractMavenReport.java:149):
> Found no javadoc site for FullyQualifiedJavadocReference
> [moduleName=Optional.empty,
> packageName=Optional[org.apache.maven.doxia.tools],
> className=Optional[SiteTool], memberType=Optional[FIELD],
> member=Optional[DEFAULT_LOCALE], label=Optional.empty, isExternal=true]
> [WARNING] Could not get javadoc URL for reference
> SiteTool#getSiteLocales(String) at FullyQualifiedJavadocReference
> [moduleName=Optional.empty,
> packageName=Optional[org.apache.maven.doxia.tools],
> className=Optional[SiteTool], memberType=Optional[METHOD],
> member=Optional[getSiteLocales(java.lang.String)], label=Optional.empty,
> isExternal=true] (fully qualified
> target/maven-plugin-plugin-sources/org.apache.maven.reporting/maven-reporting-impl/4.0.0/sources/org/apache/maven/reporting/AbstractMavenReport.java:149):
> Found no javadoc site for FullyQualifiedJavadocReference
> [moduleName=Optional.empty,
> packageName=Optional[org.apache.maven.doxia.tools],
> className=Optional[SiteTool], memberType=Optional[METHOD],
> member=Optional[getSiteLocales(java.lang.String)], label=Optional.empty,
> isExternal=true]
> [WARNING] Unresolvable link in javadoc tag with value #getOutputName() found
> in
> target/maven-plugin-plugin-sources/org.apache.maven.reporting/maven-reporting-impl/4.0.0/sources/org/apache/maven/reporting/AbstractMavenReport.java:92:
> Could not resolve javadoc reference JavadocReference
> [moduleName=Optional.empty, packageNameClassName=Optional.empty,
> member=Optional[getOutputName()], label=Optional.empty]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)