You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2017/03/01 02:26: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 ]

Kengo Seki updated YETUS-489:
-----------------------------
    Affects Version/s: 0.4.0

> 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
>    Affects Versions: 0.4.0
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>             Fix For: 0.5.0
>
>         Attachments: YETUS-489.01.patch, YETUS-489.02.patch, YETUS-489.03.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)