uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

No Build errors for a sample Android Application #892

Closed AbhishekIIScPhD closed 9 months ago

AbhishekIIScPhD commented 9 months ago

Working with NullAway Master branch

I have been not able to detect any build failures due to possible Null Dereferences the application. I have followed the instructions from the README.md for the project.

Please consider updating the README.md and also suggest any changes that may be required for the build setup.

Please find the sample application , https://github.com/AbhishekIIScPhD/AndroidNullAway here.

msridhar commented 9 months ago

Duplicate of #891