-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Prone Parser does not detect warnings from maven builds #37
Comments
I'm actually regretting adding it as a supported tool. There seems to be many variations of how it prints the findindings in the log. I opened an issue about parsable reports at their repo: google/error-prone#444 |
Yes, that makes sense. I added a vote for that issue. |
BTW: your parser also can't parse Gradle output with Windows file letters, see jenkinsci/analysis-model@61b4883 |
Ah, nice! Hopefully they merge it soon. |
Seems that maven uses a format that is not compatible with your parser:
This warning is not picked up by the parser.
(Maven 3.5.2, violations-lib 1.54)
The text was updated successfully, but these errors were encountered: