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

Add test for #1011 #1018

Closed msridhar closed 2 months ago

msridhar commented 2 months ago

We can enable the test on appropriate JDK versions once https://github.com/openjdk/jdk/pull/20460 lands. #1011

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.97%. Comparing base (e6839dd) to head (e6c50ed).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1018 +/- ## ========================================= Coverage 85.97% 85.97% Complexity 2079 2079 ========================================= Files 83 83 Lines 6890 6890 Branches 1327 1327 ========================================= Hits 5924 5924 Misses 551 551 Partials 415 415 ```

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