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

Fix handling of static imports from subclasses #904

Closed msridhar closed 8 months ago

msridhar commented 8 months ago

Fixes #764

codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (3fc9b8a) 86.98% compared to head (d615df2) 86.97%. Report is 2 commits behind head on master.

Files Patch % Lines
...c/main/java/com/uber/nullaway/NullabilityUtil.java 62.50% 1 Missing and 2 partials :warning:
...away/src/main/java/com/uber/nullaway/NullAway.java 90.00% 0 Missing and 1 partial :warning:
...llaway/dataflow/AccessPathNullnessPropagation.java 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #904 +/- ## ============================================ - Coverage 86.98% 86.97% -0.02% - Complexity 1959 1965 +6 ============================================ Files 77 77 Lines 6330 6348 +18 Branches 1223 1229 +6 ============================================ + Hits 5506 5521 +15 - Misses 420 421 +1 - Partials 404 406 +2 ```

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