Skip to content

fix: serialVersionUID fix for most of the cases found and removed inc…

ci.jenkins.io / CheckStyle failed Oct 19, 2023 in 0s

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

See this annotation in the file changed.

@ci-jenkins-io 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

See this annotation in the file changed.

@ci-jenkins-io 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

See this annotation in the file changed.

@ci-jenkins-io 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

See this annotation in the file changed.

@ci-jenkins-io 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>