Skip to content

address possible npe

f4baae4
Select commit
Loading
Failed to load commit list.
Open

Fix issues reported by Errorprone static analysis tool #12419

address possible npe
f4baae4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 9, 2026 in 0s

16.35% (+0.09%) compared to a6ccde4

View this Pull Request on Codecov

16.35% (+0.09%) compared to a6ccde4

Details

Codecov Report

❌ Patch coverage is 16.08392% with 120 lines in your changes missing coverage. Please review.
✅ Project coverage is 16.35%. Comparing base (a6ccde4) to head (f4baae4).
⚠️ Report is 10 commits behind head on 4.20.

Files with missing lines Patch % Lines
...ud/hypervisor/kvm/storage/KVMStorageProcessor.java 0.00% 38 Missing ⚠️
...pervisor/kvm/storage/MultipathSCSIAdapterBase.java 0.00% 6 Missing ⚠️
...k/storage/datastore/util/NexentaStorAppliance.java 0.00% 6 Missing ⚠️
...gion/gslb/GlobalLoadBalancingRulesServiceImpl.java 14.28% 4 Missing and 2 partials ⚠️
...ervisor/kvm/resource/LibvirtComputingResource.java 44.44% 5 Missing ⚠️
...rver/src/main/java/com/cloud/api/doc/Argument.java 0.00% 5 Missing ⚠️
...ain/java/com/cloud/agent/manager/AgentAttache.java 20.00% 3 Missing and 1 partial ⚠️
...ava/com/cloud/upgrade/dao/Upgrade41500to41510.java 0.00% 4 Missing ⚠️
...ache/cloudstack/network/RoutedIpv4ManagerImpl.java 0.00% 4 Missing ⚠️
...oud/hypervisor/vmware/mo/HypervisorHostHelper.java 0.00% 4 Missing ⚠️
... and 30 more
Additional details and impacted files
@@             Coverage Diff              @@
##               4.20   #12419      +/-   ##
============================================
+ Coverage     16.26%   16.35%   +0.09%     
- Complexity    13428    13537     +109     
============================================
  Files          5660     5662       +2     
  Lines        499907   502492    +2585     
  Branches      60696    62014    +1318     
============================================
+ Hits          81316    82201     +885     
- Misses       409521   411100    +1579     
- Partials       9070     9191     +121     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.