You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/02/27 10:24:45 UTC

[jira] [Updated] (YETUS-489) checkstyle.sh does not support checkstyle 6.14 or upper

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

Akira Ajisaka updated YETUS-489:
--------------------------------
    Attachment: YETUS-489.01.patch

01 patch: Removed [ERROR] in the beginning of line.

> checkstyle.sh does not support checkstyle 6.14 or upper
> -------------------------------------------------------
>
>                 Key: YETUS-489
>                 URL: https://issues.apache.org/jira/browse/YETUS-489
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>         Attachments: YETUS-489.01.patch
>
>
> The output format has changed in checkstyle 6.14 by https://github.com/checkstyle/checkstyle/issues/2666.
> Before:
> {noformat}
> /Users/ajisaka/git/hadoop/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceAudience.java:0: error: Missing package-info.java file.
> {noformat}
> After:
> {noformat}
> [ERROR] /Users/ajisaka/git/hadoop/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceAudience.java:0: Missing package-info.java file. [JavadocPackage]
> {noformat}
> checkstyle.sh does not support the latter.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)