[
https://issues.apache.org/jira/browse/YETUS-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira Ajisaka reassigned YETUS-489:
-----------------------------------
Assignee: Akira Ajisaka
> 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
>
> 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)