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

JSpecify: fix crashes where declared parameter / return types were raw #989

Closed msridhar closed 2 months ago

msridhar commented 2 months ago

We were lacking bailouts for these cases

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.95%. Comparing base (c2d253e) to head (a74197f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #989 +/- ## ========================================= Coverage 85.94% 85.95% - Complexity 2070 2072 +2 ========================================= Files 83 83 Lines 6866 6870 +4 Branches 1319 1321 +2 ========================================= + Hits 5901 5905 +4 Misses 551 551 Partials 414 414 ```

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