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

Support parsing Infer output #5

Open
rowillia opened this issue Dec 21, 2015 · 0 comments
Open

Support parsing Infer output #5

rowillia opened this issue Dec 21, 2015 · 0 comments
Labels

Comments

@rowillia
Copy link
Contributor

http://fbinfer.com/ is a great static analyzer for finding bugs. We should support parsing it's output.

For example:

./Root/Hello.java:27: error: NULL_DEREFERENCE
  object a last assigned on line 25 could be null and is dereferenced at line 27

./Root/Hello.java:37: error: RESOURCE_LEAK
   resource acquired to stream by call to allocateResource() at line 31 is not released after line 37

See https://github.com/lyft/linty_fresh/blob/master/CONTRIBUTING.md for more information on how to get started.

@rowillia rowillia added the n00b label Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant