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

[WIP] Better handling of Lombok configuration for `@Nullable` annotations #876

Open msridhar opened 10 months ago

msridhar commented 10 months ago

WIP

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5fbee1f) 87.03% compared to head (c25e4bf) 87.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #876 +/- ## ============================================ + Coverage 87.03% 87.05% +0.02% + Complexity 1926 1923 -3 ============================================ Files 77 77 Lines 6231 6226 -5 Branches 1212 1210 -2 ============================================ - Hits 5423 5420 -3 + Misses 405 403 -2 Partials 403 403 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.