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

Various cleanups enabled by bumping minimum Java and Error Prone versions #962

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

These warning suppressions and compatibility code are no longed needed given minimum JDK 11 and Error Prone 2.14.0

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 86.17%. Comparing base (0ab6c22) to head (09762dc).

:exclamation: Current head 09762dc differs from pull request most recent head 1b2160b

Please upload reports for the commit 1b2160b to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #962 +/- ## ============================================ + Coverage 86.11% 86.17% +0.05% + Complexity 2040 2037 -3 ============================================ Files 81 81 Lines 6707 6691 -16 Branches 1293 1290 -3 ============================================ - Hits 5776 5766 -10 + Misses 518 515 -3 + Partials 413 410 -3 ```

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