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

Test on JDK 22 #992

Closed msridhar closed 2 months ago

msridhar commented 2 months ago

Caught a couple small issues and also lets us clean up some stuff in build scripts.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.96%. Comparing base (1488098) to head (e9142c7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #992 +/- ## ============================================ + Coverage 85.95% 85.96% +0.01% Complexity 2072 2072 ============================================ Files 83 83 Lines 6870 6876 +6 Branches 1321 1321 ============================================ + Hits 5905 5911 +6 Misses 551 551 Partials 414 414 ```

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