You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2020/04/13 15:54:00 UTC

[jira] [Updated] (YETUS-946) checkstyle output has changed?

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

Allen Wittenauer updated YETUS-946:
-----------------------------------
    Fix Version/s:     (was: 0.12.0)
                   0.13.0

> checkstyle output has changed?
> ------------------------------
>
>                 Key: YETUS-946
>                 URL: https://issues.apache.org/jira/browse/YETUS-946
>             Project: Yetus
>          Issue Type: Bug
>          Components: build, Precommit
>    Affects Versions: 0.11.1
>            Reporter: Allen Wittenauer
>            Priority: Major
>             Fix For: 0.13.0
>
>
> Maven's output appears to also be in a new format that I saw while updating the gradle plugin.
> {{[ERROR] src/main/java/org/apache/yetus/audience/tools/StabilityOptions.java:[59,42] (misc) FinalParameters: Parameter options should be final.}}
> I'm fairly certain we are still expecting output to look like this:
> {{[ERROR] src/main/java/org/apache/yetus/audience/tools/StabilityOptions.java:59:42: (misc) FinalParameters: Parameter options should be final.}}
> Looking at what hadoop is generating, it still in the old format. So probably need to write some code to convert new to old (which is easier to parse) similar to what I wrote for gradle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)