Apply staticanalysis.RemoveUnused*
#10964
Closed
ci.jenkins.io / CheckStyle
failed
Aug 13, 2025 in 0s
1 new issue
| Total | New | Outstanding | Fixed | Trend |
|---|---|---|---|---|
| 1 | 1 | 0 | 0 | 👎 |
Reference build: Core » jenkins » master #7658
Details
Severity distribution of new issues
| Error | Warning High | Warning Normal | Warning Low |
|---|---|---|---|
| 1 | 0 | 0 | 0 |
Annotations
Check warning on line 96 in core/src/main/java/hudson/node_monitors/AbstractDiskSpaceMonitor.java
ci-jenkins-io / CheckStyle
EmptyLineSeparatorCheck
ERROR:
'VARIABLE_DEF' should be separated from previous line.
Raw output
<p>Since Checkstyle 5.8</p><p> Checks for empty line separators after header, package, all import declarations, fields, constructors, methods, nested classes, static initializers and instance initializers. </p><p> ATTENTION: empty line separator is required between AST siblings, not after line where token is found. </p>
Loading