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

Check dereference of qualifier expression in method reference #920

Closed msridhar closed 7 months ago

msridhar commented 7 months ago

Fixes #919

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 87.09%. Comparing base (3fc9b8a) to head (48d50e9). Report is 12 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #920 +/- ## ============================================ + Coverage 86.98% 87.09% +0.10% - Complexity 1959 1990 +31 ============================================ Files 77 77 Lines 6330 6430 +100 Branches 1223 1245 +22 ============================================ + Hits 5506 5600 +94 - Misses 420 422 +2 - Partials 404 408 +4 ```

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