Skip to content
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

ErrorProne has false positives in non-java builds #60

Open
henriquetruta opened this issue Feb 20, 2019 · 1 comment
Open

ErrorProne has false positives in non-java builds #60

henriquetruta opened this issue Feb 20, 2019 · 1 comment

Comments

@henriquetruta
Copy link

ErrorProne parser is showing up some false positives in logs that aren't even from java builds, like in this scala log: https://gist.github.com/henriquetruta/00f851e1a88e371140d7be337eaecd2d
it picked up an error with startLine/endLine 6

It also generated 3 violations on this other scala build: https://gist.github.com/henriquetruta/d6e46355539609415ab8ad738192a46e

@tomasbjerre
Copy link
Owner

There is also: #37

Probably best to wait for this one to get merged: google/error-prone#1132 and then rewrite the parser to parse that output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants