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

JSpecify test case for generic methods #918

Closed msridhar closed 7 months ago

msridhar commented 7 months ago

Based on an internal issue. When we get to supporting generic methods in JSpecify we want to be able to handle this case. The test is ignored for now.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 87.08%. Comparing base (3fc9b8a) to head (8caf50c). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #918 +/- ## ============================================ + Coverage 86.98% 87.08% +0.10% - Complexity 1959 1989 +30 ============================================ Files 77 77 Lines 6330 6426 +96 Branches 1223 1244 +21 ============================================ + Hits 5506 5596 +90 - Misses 420 422 +2 - Partials 404 408 +4 ```

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