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

[improvement] Detect possible NPEs using Uber's NullAway error-prone plugin #397

Closed
wants to merge 6 commits into from

Conversation

iamdanfox
Copy link
Contributor

@iamdanfox iamdanfox commented Oct 8, 2018

https://github.com/uber/NullAway

Before this PR

People could write silly code containing obvious null pointer bugs which would compile and pass all our current static analysis.

After this PR

Anyone who applies com.palantir.baseline-error-prone would get Uber's NullAway checks for free. Initially these would just be flagged as warnings, when we've got a bit of confidence and fixed silly things then I'd like to upgrade them to errors.

fixes #273

@iamdanfox iamdanfox requested a review from a team as a code owner October 8, 2018 12:51
@iamdanfox iamdanfox closed this Dec 10, 2018
@iamdanfox iamdanfox deleted the nullaway branch July 5, 2019 00:03
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

Successfully merging this pull request may close these issues.

Consider adding the uber/NullAway error-prone plugin
1 participant