ci.jenkins.io / CheckStyle
failed
Feb 25, 2024 in 0s
1 new issue
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
1 | 1 | 0 | 0 | 👎 |
Reference build: Plugins » dependency-check-plugin » master #206
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
1 | 0 | 0 | 0 |
Annotations
ci-jenkins-io / CheckStyle
ParameterAssignmentCheck
ERROR:
Assignment of parameter 'nvdCredentialsId' is not allowed.
Raw output
<p>Since Checkstyle 3.2</p><p> Disallows assignment of parameters.</p><p> Rationale: Parameter assignment is often considered poor programming practice. Forcing developers to declare parameters as final is often onerous. Having a check ensure that parameters are never assigned would give the best of both worlds. </p>
Loading