You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Juan José Ramos Cassella (JIRA)" <ji...@apache.org> on 2018/10/09 09:34:00 UTC

[jira] [Updated] (GEODE-5838) Suppress javadoc generation warnings

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

Juan José Ramos Cassella updated GEODE-5838:
--------------------------------------------
    Priority: Trivial  (was: Major)

> Suppress javadoc generation warnings
> ------------------------------------
>
>                 Key: GEODE-5838
>                 URL: https://issues.apache.org/jira/browse/GEODE-5838
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Juan José Ramos Cassella
>            Priority: Trivial
>
> When compiling the project, the task {{geode-dunit:javadoc}} task generates the following warnings, polluting the build output:
> {noformat}
> > Task :geode-dunit:javadoc
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34: warning - Tag @link: reference not found: org.apache.geode.examples.SimpleSecurityManager
> {noformat}
> The {{@link}} tag incorrectly references a test class (it should reference the production interface), which is not part of the build class path when generating the {{javadocs}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)