- Issue created by @phyllanthus
There are still warnings in 4 files, all related to unused variables (or functions).
However, these appear to be intentional and I think do not need to be removed.
FILE: modules/tenants/openstack_provider/src/Service/OpenStackProviderService.php --------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES --------------------------------------------------------------------------------- 557 | WARNING | Unused private method generateStackName() 573 | WARNING | Unused private method generateStackPrefix() 607 | WARNING | Unused private method generateBearerToken() --------------------------------------------------------------------------------- FILE: modules/tenants/openstack_provider/tenant_project.page.inc ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 24 | WARNING | Unused variable $project. ---------------------------------------------------------------------- FILE: src/Form/Config/FacadeAdminSettings.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 116 | WARNING | Unused variable $config. ---------------------------------------------------------------------- FILE: tenant.page.inc ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 24 | WARNING | Unused variable $tenant. ----------------------------------------------------------------------
- @nakamurarts opened merge request.
- Status changed to Needs review
over 1 year ago 4:39am 10 May 2023 - Status changed to Needs work
over 1 year ago 1:35am 11 May 2023 - π―π΅Japan sekinet
@nakamurarts
We should fix this warning and change the status to Needs work.
@sekinet
Thank you for your review.
That has been fixed and there are no warnings now.- Status changed to Needs review
over 1 year ago 2:12am 11 May 2023 - Status changed to Needs work
over 1 year ago 3:53am 11 May 2023 - πΊπΈUnited States yas California πΊπΈ
@nakamurats
Thank you for the refactoring. I posted my comments.
@baldwinlouie
What do you think?
Thanks
- πΊπΈUnited States baldwinlouie
@nakamurarts @yas, Thank you for the patch. It looks good to me aside from @yas' comments.
- Status changed to Needs review
over 1 year ago 6:08am 11 May 2023 @yas @baldwinlouie
Thank you all for the reviews.
I refactored the field name `cloud` to `cloudService` (and the constructor argument `cloud` to `cloud_service`).- Status changed to RTBC
over 1 year ago 6:14am 11 May 2023 - πΊπΈUnited States yas California πΊπΈ
@nakamurarts
Thank you for the update. I'll merge the patch to
1.x
, and close this issue as Fixed. -
yas β
committed 985b4901 on 1.0.x authored by
nakamurarts β
Issue #3359274 by nakamurarts, yas, sekinet, baldwinlouie: Comply with...
-
yas β
committed 985b4901 on 1.0.x authored by
nakamurarts β
- Status changed to Fixed
over 1 year ago 6:15am 11 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.