[
https://issues.apache.org/jira/browse/OOZIE-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046111#comment-16046111
]
Jan Hentschel commented on OOZIE-2936:
--------------------------------------
The failing tests are unrelated to the actual change and seem to be flaky.
> Fix Javadoc warnings from build
> -------------------------------
>
> Key: OOZIE-2936
> URL: https://issues.apache.org/jira/browse/OOZIE-2936
> Project: Oozie
> Issue Type: Task
> Components: build
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Minor
> Attachments: OOZIE-2936-1.patch
>
>
> Currently the build complains about the following Javadoc warnings
> {code}
> 5 warnings
> [WARNING] Javadoc Warnings
> [WARNING]
> /home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/OozieLauncherOutputCommitter.java:57:
> warning - @param argument "context" is not a parameter name.
> [WARNING]
> /home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/PasswordMasker.java:35:
> warning - Tag @see cannot be used in inline documentation. It can only be
> used in the following types of documentation: overview, package,
> class/interface, constructor, field, method.
> [WARNING]
> /home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/PasswordMasker.java:35:
> warning - Tag @see cannot be used in inline documentation. It can only be
> used in the following types of documentation: overview, package,
> class/interface, constructor, field, method.
> [WARNING]
> /home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/PasswordMasker.java:35:
> warning - Tag @see cannot be used in inline documentation. It can only be
> used in the following types of documentation: overview, package,
> class/interface, constructor, field, method.
> [WARNING]
> /home/jenkins/jenkins-slave/workspace/oozie-trunk-precommit-build/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/PasswordMasker.java:35:
> warning - Tag @see cannot be used in inline documentation. It can only be
> used in the following types of documentation: overview, package,
> class/interface, constructor, field, method.
> {code}
> These should be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)