You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Julia Kinga Marton (JIRA)" <ji...@apache.org> on 2018/08/06 10:00:04 UTC

[jira] [Commented] (OOZIE-3318) Fix Javadoc check in the pre-commit

    [ https://issues.apache.org/jira/browse/OOZIE-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569979#comment-16569979 ] 

Julia Kinga Marton commented on OOZIE-3318:
-------------------------------------------

The problems addressed by the [^OOZIE-3318.001.patch] are the following ones:
 * duplicated result for JAVADOC removed
 * The color of warnings from the current HEAD changed to orange
 * False Error check result removed

The logic from the actual check is the following:
 * check if Javadoc generation succeeded.
 ** If no, report -1 for JAVADOC. In this case the warning check will be skipped, because it may lead to false results
 ** If yes, check for warnings
 *** print the already existing Javadoc warnings 
 *** if new Javadoc warnings were introduced, report -1 for JAVADOC
 *** if no, report +1 for JAVADOC

> Fix Javadoc check in the pre-commit
> -----------------------------------
>
>                 Key: OOZIE-3318
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3318
>             Project: Oozie
>          Issue Type: Sub-task
>          Components: scripts
>    Affects Versions: 5.0.0
>            Reporter: Julia Kinga Marton
>            Assignee: Julia Kinga Marton
>            Priority: Blocker
>             Fix For: 5.1.0
>
>         Attachments: OOZIE-3318.001.patch
>
>
> Javadoc check builds are broken in the pre-commit



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