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

Various version updates #1051

Closed msridhar closed 1 week ago

msridhar commented 1 week ago

Update Gradle, Google Java Format, and Error Prone.

The GJF update tweaks comment indentation for switch statements. For clarity, we move a couple of these comments to a more appropriate spot.

Will need to update CI job names before landing.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 87.54%. Comparing base (e1298df) to head (253cae5). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1051 +/- ## ========================================= Coverage 87.54% 87.54% Complexity 2165 2165 ========================================= Files 85 85 Lines 7114 7114 Branches 1386 1386 ========================================= Hits 6228 6228 Misses 458 458 Partials 428 428 ```

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