[
https://issues.apache.org/jira/browse/YETUS-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated YETUS-946:
-----------------------------------
Description:
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.
was:
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.}}
> checkstyle output has changed?
> ------------------------------
>
> Key: YETUS-946
> URL: https://issues.apache.org/jira/browse/YETUS-946
> Project: Yetus
> Issue Type: Bug
> Components: Precommit
> Reporter: Allen Wittenauer
> Priority: Major
>
> 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)