uber / NullAway

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

Don't report initializer warnings on @NullUnmarked constructors / methods #997

Closed msridhar closed 1 month ago

msridhar commented 1 month ago

Fixes #995

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 85.95%. Comparing base (40576b7) to head (397af3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #997 +/- ## ========================================= Coverage 85.95% 85.95% - Complexity 2072 2073 +1 ========================================= Files 83 83 Lines 6871 6872 +1 Branches 1321 1322 +1 ========================================= + Hits 5906 5907 +1 Misses 551 551 Partials 414 414 ```

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