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

Fix Javadoc for MethodRef #973

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

Fixes #972

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 85.97%. Comparing base (866b140) to head (78a2702).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #973 +/- ## ========================================= Coverage 85.97% 85.97% Complexity 2046 2046 ========================================= Files 82 82 Lines 6760 6760 Branches 1301 1301 ========================================= Hits 5812 5812 Misses 536 536 Partials 412 412 ```

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