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

Update JavaParser to 3.26.0 #970

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

This release includes some fixes for bugs that have impacted other projects like the annotator

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 86.17%. Comparing base (38edf57) to head (3714c96).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #970 +/- ## ========================================= Coverage 86.17% 86.17% Complexity 2037 2037 ========================================= Files 81 81 Lines 6691 6691 Branches 1290 1290 ========================================= Hits 5766 5766 Misses 515 515 Partials 410 410 ```

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