[JENKINS-73885] Remove inline onclick
handler from script removal form
#120
ci.jenkins.io / Maven
succeeded
Oct 9, 2024 in 0s
1 new issue, 4 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
4 | 1 | 3 | 0 | 👎 |
Reference build: Plugins » scriptler-plugin » main #62
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
1 | 0 | 0 | 0 |
Annotations
Check warning on line 1043 in jenkins-console.log
ci-jenkins-io / Maven
spotbugs:check
ERROR:
Raw output
<pre><code>Medium: Primitive field org.jenkinsci.plugins.scriptler.config.Script.available is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility. [org.jenkinsci.plugins.scriptler.config.Script] At Script.java:[line 41] PA_PUBLIC_PRIMITIVE_ATTRIBUTE Medium: Primitive field org.jenkinsci.plugins.scriptler.config.Script.script is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility. [org.jenkinsci.plugins.scriptler.config.Script] At Script.java:[line 122] PA_PUBLIC_PRIMITIVE_ATTRIBUTE</code></pre>
Loading