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

2017-02-28 Thread Kengo Seki (JIRA)

 [ 
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)


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

2017-02-28 Thread Akira Ajisaka (JIRA)

 [ 
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.03.patch

03 patch
* handle \[WARN\] as well.

> 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, 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)


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

2017-02-27 Thread Akira Ajisaka (JIRA)

 [ 
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)