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
11 0 0 9

Rules

Category Rule Violations Severity
coding FallThrough 2  Error
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
1  Error
whitespace NoWhitespaceAfter 5  Error
ParenPad 1  Error

Details

net/avcompris/examples/shared3/Role.java

Severity Category Rule Message Line
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 35
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 41
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 49
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 53
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 57
 Error coding FallThrough Fall through from previous branch of the switch statement. 102
 Error coding FallThrough Fall through from previous branch of the switch statement. 109

net/avcompris/examples/shared3/core/impl/Validations.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'Validations' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 17

net/avcompris/examples/shared3/dao/impl/CorrelationDaoInRDS.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 30