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 extra JVM args needed for JMH on recent JDK versions #1049

Closed msridhar closed 2 weeks ago

msridhar commented 2 weeks ago

Tested here.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 87.54%. Comparing base (8305c2c) to head (6a4544f). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1049 +/- ## ========================================= 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.