Checkstyle Results

The following document contains the results of Checkstyle 8.29 with https://maven.avcompris.com/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5 0 0 5

Rules

Category Rule Violations Severity
coding DeclarationOrder 4  Error
whitespace ParenPad 1  Error

Details

net/avcompris/examples/users3/core/impl/AuthServiceImpl.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 59
 Error coding DeclarationOrder Static variable definition in wrong order. 62
 Error coding DeclarationOrder Static variable definition in wrong order. 65

net/avcompris/examples/users3/core/impl/UsersServiceImpl.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 71
 Error whitespace ParenPad '(' is followed by whitespace. 268