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

Add support for AssertJ as() and describedAs() in AssertionHandler #885

Closed msridhar closed 9 months ago

msridhar commented 9 months ago

Fixes #877

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (ce41599) 87.09% compared to head (d9ec5f3) 87.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #885 +/- ## ============================================ + Coverage 87.09% 87.18% +0.09% - Complexity 1940 1950 +10 ============================================ Files 77 77 Lines 6267 6274 +7 Branches 1218 1219 +1 ============================================ + Hits 5458 5470 +12 Misses 405 405 + Partials 404 399 -5 ```

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