Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.78 #129
9 new issues
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
9 | 9 | 0 | 0 | 👎 |
Reference build: Plugins » plot-plugin » master #140
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 9 | 0 |
Annotations
Check warning on line 344 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.csvFileName is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 352 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.description is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 516 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.urlNumBuilds is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 476 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.urlStyle is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 464 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.urlTitle is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 486 in src/main/java/hudson/plugins/plot/Plot.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.Plot.urlUseDescr is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 190 in src/main/java/hudson/plugins/plot/PlotBuilder.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.PlotBuilder.csvSeries is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 199 in src/main/java/hudson/plugins/plot/PlotBuilder.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.PlotBuilder.propertiesSeries is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found
Check warning on line 208 in src/main/java/hudson/plugins/plot/PlotBuilder.java
ci-jenkins-io / SpotBugs
PA_PUBLIC_PRIMITIVE_ATTRIBUTE
NORMAL:
Primitive field hudson.plugins.plot.PlotBuilder.xmlSeries is public and set from inside the class, which makes it too exposed. Consider making it private to limit external accessibility.
Raw output
no message found