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: skip checking when type is primitive #924

Closed msridhar closed 7 months ago

msridhar commented 7 months ago

Previously, NullAway would crash for the given tests when in JSpecify mode.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 87.09%. Comparing base (28cc318) to head (ededa4e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #924 +/- ## ========================================= Coverage 87.09% 87.09% - Complexity 1990 1991 +1 ========================================= Files 77 77 Lines 6430 6430 Branches 1245 1245 ========================================= Hits 5600 5600 Misses 422 422 Partials 408 408 ```

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