4 new issues
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
4 | 4 | 0 | 0 | 👎 |
Reference build: Core » jenkins » master #5470
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
4 | 0 | 0 | 0 |
Annotations
Check warning on line 220 in core/src/main/java/hudson/security/AuthorizationStrategy.java
ci-jenkins-io / CheckStyle
EmptyLineSeparatorCheck
ERROR:
'METHOD_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>
Check warning on line 125 in core/src/main/java/hudson/security/FederatedLoginService.java
ci-jenkins-io / CheckStyle
EmptyLineSeparatorCheck
ERROR:
'METHOD_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>
Check warning on line 359 in core/src/main/java/hudson/model/HealthReport.java
ci-jenkins-io / CheckStyle
EmptyLineSeparatorCheck
ERROR:
'CTOR_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>
Check warning on line 36 in core/src/main/java/org/acegisecurity/ui/WebAuthenticationDetails.java
ci-jenkins-io / CheckStyle
EmptyLineSeparatorCheck
ERROR:
'CTOR_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>