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
4 0 0 12

Rules

Category Rule Violations Severity
modifier RedundantModifier 1  Error
whitespace ParenPad 11  Error

Details

net/avcompris/status/dao/impl/CorrelationDaoInRDS.java

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

net/avcompris/status/dao/impl/DbTables.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 15
 Error whitespace ParenPad '(' is followed by whitespace. 28
 Error whitespace ParenPad '(' is followed by whitespace. 36
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error modifier RedundantModifier Redundant 'private' modifier. 108

net/avcompris/status/dao/impl/StatusDaoInRDS.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 40
 Error whitespace ParenPad '(' is followed by whitespace. 154
 Error whitespace ParenPad '(' is followed by whitespace. 192
 Error whitespace ParenPad '(' is followed by whitespace. 233
 Error whitespace ParenPad '(' is followed by whitespace. 293
 Error whitespace ParenPad '(' is followed by whitespace. 332