Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.82 #352
ci.jenkins.io / SpotBugs
failed
May 6, 2024
2 new issues
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
2 | 2 | 0 | 0 | 👎 |
Reference build: Plugins » amazon-ecs-plugin » master #243
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 2 | 0 |
Annotations
Check warning on line 72 in src/main/java/com/cloudbees/jenkins/plugins/amazonecs/ECSLauncher.java
ci-jenkins-io / SpotBugs
SS_SHOULD_BE_STATIC
NORMAL:
Unread field: com.cloudbees.jenkins.plugins.amazonecs.ECSLauncher.maxAttempts; should this field be static?
Raw output
<p> This class contains an instance final field that is initialized to a compile-time static value. Consider making the field static.</p>
ci-jenkins-io / SpotBugs
SS_SHOULD_BE_STATIC
NORMAL:
Unread field: com.cloudbees.jenkins.plugins.amazonecs.pipeline.ECSTaskTemplateStep.DEFAULT_CLOUD; should this field be static?
Raw output
<p> This class contains an instance final field that is initialized to a compile-time static value. Consider making the field static.</p>
Loading