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

Fix crash with raw types in overrides in JSpecify mode #899

Closed msridhar closed 8 months ago

msridhar commented 9 months ago

We should skip checking for errors here instead of crashing

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b94597a) 86.96% compared to head (5088e4b) 86.99%.

Files Patch % Lines
...ava/com/uber/nullaway/generics/GenericsChecks.java 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #899 +/- ## ============================================ + Coverage 86.96% 86.99% +0.02% - Complexity 1956 1958 +2 ============================================ Files 77 77 Lines 6320 6319 -1 Branches 1224 1223 -1 ============================================ + Hits 5496 5497 +1 + Misses 419 418 -1 + Partials 405 404 -1 ```

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