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

Support @EnsuresNonNullIf #1044

Merged
merged 53 commits into from
Sep 30, 2024

comments

1c5610c
Select commit
Loading
Failed to load commit list.
Merged

Support @EnsuresNonNullIf #1044

comments
1c5610c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 1s

87.54% (-0.01%) compared to 940c40e, passed because coverage increased by 0% when compared to adjusted base (87.54%)

View this Pull Request on Codecov

87.54% (-0.01%) compared to 940c40e, passed because coverage increased by 0% when compared to adjusted base (87.54%)

Details

Codecov Report

Attention: Patch coverage is 87.42138% with 20 lines in your changes missing coverage. Please review.

Project coverage is 87.54%. Comparing base (940c40e) to head (1c5610c).

Files with missing lines Patch % Lines
...ontract/fieldcontract/EnsuresNonNullIfHandler.java 85.14% 7 Missing and 8 partials ⚠️
...ers/contract/fieldcontract/FieldContractUtils.java 89.28% 2 Missing and 1 partial ⚠️
...c/main/java/com/uber/nullaway/NullabilityUtil.java 90.90% 0 Missing and 1 partial ⚠️
...java/com/uber/nullaway/dataflow/NullnessStore.java 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1044      +/-   ##
============================================
- Coverage     87.54%   87.54%   -0.01%     
- Complexity     2138     2165      +27     
============================================
  Files            83       85       +2     
  Lines          7003     7114     +111     
  Branches       1367     1386      +19     
============================================
+ Hits           6131     6228      +97     
- Misses          451      458       +7     
- Partials        421      428       +7     

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