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 test for boolean contract with extra message argument #945

Closed msridhar closed 6 months ago

msridhar commented 6 months ago

This just tests an additional scenario; no logic changes.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 87.03%. Comparing base (83e0149) to head (700dfcf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #945 +/- ## ============================================ - Coverage 87.04% 87.03% -0.02% + Complexity 1995 1994 -1 ============================================ Files 77 77 Lines 6447 6447 Branches 1252 1252 ============================================ - Hits 5612 5611 -1 Misses 422 422 - Partials 413 414 +1 ```

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