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 10

Rules

Category Rule Violations Severity
modifier RedundantModifier 1  Error
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
1  Error
whitespace ParenPad 8  Error

Details

net/avcompris/examples/users3/dao/impl/AuthDaoInRDS.java

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

net/avcompris/examples/users3/dao/impl/DbTables.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 16
 Error whitespace ParenPad '(' is followed by whitespace. 29
 Error whitespace ParenPad '(' is followed by whitespace. 80
 Error whitespace ParenPad '(' is followed by whitespace. 102
 Error modifier RedundantModifier Redundant 'private' modifier. 136

net/avcompris/examples/users3/dao/impl/UsersDaoInRDS.java

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

net/avcompris/examples/users3/dao/impl/UsersHealthCheckDb.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'UsersHealthCheckDb' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 12
 Error whitespace ParenPad '(' is followed by whitespace. 14
 Error whitespace ParenPad '(' is followed by whitespace. 19