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

JSpecify: Handle @Nonnull elements in @Nullable content arrays #963

Merged
merged 17 commits into from
Jun 18, 2024

Merge branch 'master' into jspecify-array-index

5df5697
Select commit
Loading
Failed to load commit list.
Merged

JSpecify: Handle @Nonnull elements in @Nullable content arrays #963

Merge branch 'master' into jspecify-array-index
5df5697
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 0s

85.90% (+0.02%) compared to a4ce249

View this Pull Request on Codecov

85.90% (+0.02%) compared to a4ce249

Details

Codecov Report

Attention: Patch coverage is 86.25000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 85.90%. Comparing base (a4ce249) to head (5df5697).

Files Patch % Lines
.../com/uber/nullaway/dataflow/ArrayIndexElement.java 56.25% 4 Missing and 3 partials ⚠️
...er/nullaway/dataflow/FieldOrMethodCallElement.java 78.94% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #963      +/-   ##
============================================
+ Coverage     85.88%   85.90%   +0.02%     
- Complexity     2051     2067      +16     
============================================
  Files            82       83       +1     
  Lines          6806     6859      +53     
  Branches       1312     1323      +11     
============================================
+ Hits           5845     5892      +47     
- Misses          547      550       +3     
- Partials        414      417       +3     

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