Prevent dynamic service deletion during upgrade #16151
+111
−28
Merged
GitHub Actions / Checkstyle
completed
May 29, 2026 in 0s
Checkstyle report
6 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'service' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'||' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'||' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
'||' should be on a new line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'discoverable' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'discoverable' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
Loading