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
10 0 0 18

Rules

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

Details

net/avcompris/status/core/impl/ConfigLoader.java

Severity Category Rule Message Line
 Error naming AbstractClassName Name 'ConfigLoader' must match pattern '^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$'. 24
 Error modifier RedundantModifier Redundant 'public' modifier. 37
 Error whitespace ParenPad '(' is followed by whitespace. 74
 Error modifier RedundantModifier Redundant 'public' modifier. 116
 Error whitespace ParenPad '(' is followed by whitespace. 116
 Error modifier RedundantModifier Redundant 'public' modifier. 168

net/avcompris/status/core/impl/StatusServiceImpl.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 111
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 113
 Error whitespace ParenPad '(' is followed by whitespace. 176
 Error whitespace ParenPad '(' is followed by whitespace. 304
 Error modifier RedundantModifier Redundant 'public' modifier. 325
 Error whitespace ParenPad '(' is followed by whitespace. 325
 Error coding IllegalCatch Catching 'Error' is not allowed. 365
 Error coding IllegalCatch Catching 'RuntimeException' is not allowed. 365
 Error modifier RedundantModifier Redundant 'public' modifier. 431
 Error whitespace ParenPad '(' is followed by whitespace. 431
 Error whitespace ParenPad '(' is followed by whitespace. 456