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

JSpecify: add another bailout check for raw types #1021

Closed msridhar closed 1 month ago

msridhar commented 2 months ago

Fixes #1019

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 86.00%. Comparing base (ab10020) to head (06bc018). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1021 +/- ## ========================================= Coverage 86.00% 86.00% - Complexity 2086 2087 +1 ========================================= Files 83 83 Lines 6901 6903 +2 Branches 1329 1330 +1 ========================================= + Hits 5935 5937 +2 Misses 551 551 Partials 415 415 ```

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