-
Notifications
You must be signed in to change notification settings - Fork 743
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
Generate parsable reportfile #444
Comments
I'm currently supporting it by parsing the output from the build log: But still a format made for parsing would be better! |
+1 for this request, this will help with CI since parsing the entire build output for ErrorProne errors isn't that easy and reliable. |
@cushon @nglorioso @graememorgan @eaftan @cpovirk Some attention here would be nice. There was a working PR #1132 that now has conflicts due to slow feedback... This feature would really help introduce this great tool in legacy projects! |
+1 |
ErrorProne uses standard javac diagnostics, so IMO this is something that should be supported at the build tool level. This would then automatically include Xlint warnings and other compilation errors as well. |
Hi @tomasbjerre Can you explain that or mention what pattern should be used for GoogleErrorProne? Regards, |
I'd like to be able to generate reportfiles with result of the analysis. In my case I need a parsable report (there are some examples to perhaps resemble here).
The text was updated successfully, but these errors were encountered: