Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in reading varargs annotations from bytecodes #1055

Merged
merged 22 commits into from
Oct 14, 2024

fix handling of restrictive @NonNull type use annotation on varargs a…

f30299a
Select commit
Loading
Failed to load commit list.
Merged

Fix bugs in reading varargs annotations from bytecodes #1055

fix handling of restrictive @NonNull type use annotation on varargs a…
f30299a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 14, 2024 in 1s

87.60% (-0.02%) compared to 2a9188b

View this Pull Request on Codecov

87.60% (-0.02%) compared to 2a9188b

Details

Codecov Report

Attention: Patch coverage is 75.67568% with 9 lines in your changes missing coverage. Please review.

Project coverage is 87.60%. Comparing base (2a9188b) to head (f30299a).

Files with missing lines Patch % Lines
...c/main/java/com/uber/nullaway/NullabilityUtil.java 72.72% 5 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1055      +/-   ##
============================================
- Coverage     87.61%   87.60%   -0.02%     
- Complexity     2183     2203      +20     
============================================
  Files            85       85              
  Lines          7161     7187      +26     
  Branches       1404     1415      +11     
============================================
+ Hits           6274     6296      +22     
- Misses          453      456       +3     
- Partials        434      435       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.