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

Report error for @Nullable synchronized block expression #1106

Merged
merged 6 commits into from
Dec 22, 2024

Merge branch 'master' into 2024-12-21-synchronized-deref

325daa3
Select commit
Loading
Failed to load commit list.
Merged

Report error for @Nullable synchronized block expression #1106

Merge branch 'master' into 2024-12-21-synchronized-deref
325daa3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2024 in 0s

88.11% (+0.01%) compared to d0502e8

View this Pull Request on Codecov

88.11% (+0.01%) compared to d0502e8

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.11%. Comparing base (d0502e8) to head (325daa3).

Files with missing lines Patch % Lines
...away/src/main/java/com/uber/nullaway/NullAway.java 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1106      +/-   ##
============================================
+ Coverage     88.10%   88.11%   +0.01%     
- Complexity     2209     2212       +3     
============================================
  Files            84       84              
  Lines          7179     7188       +9     
  Branches       1426     1428       +2     
============================================
+ Hits           6325     6334       +9     
+ Misses          430      429       -1     
- Partials        424      425       +1     

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