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

Strip annotations from MethodSymbol strings #993

Closed msridhar closed 1 month ago

msridhar commented 2 months ago

Follow up to #992. This is a better fix for handling type-use annotations that may be present in MethodSymbol strings from JDK 22 forward.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.95%. Comparing base (ea80fe8) to head (253b363).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #993 +/- ## ============================================ - Coverage 85.96% 85.95% -0.02% Complexity 2072 2072 ============================================ Files 83 83 Lines 6876 6871 -5 Branches 1321 1321 ============================================ - Hits 5911 5906 -5 Misses 551 551 Partials 414 414 ```

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