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
46 0 0 49

Rules

Category Rule Violations Severity
coding HiddenField
  • tokens: "VARIABLE_DEF"
1  Error
IllegalCatch 2  Error
UnnecessaryParentheses 8  Error
design DesignForExtension 1  Error
javadoc JavadocMethod
  • validateThrows: "true"
  • scope: "private"
  • allowMissingReturnTag: "false"
  • allowMissingParamTags: "false"
1  Error
JavadocType
  • authorFormat: "\S"
  • scope: "private"
  • allowMissingParamTags: "false"
1  Error
modifier RedundantModifier 6  Error
naming AbstractClassName
  • format: "^Abstract.*$|^.*Utils$|^.*Assert$|^.*Matchers$"
2  Error
whitespace ParenPad 27  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

net/avcompris/status/dao/StatusDao.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 12
 Error whitespace ParenPad '(' is followed by whitespace. 17
 Error whitespace ParenPad '(' is followed by whitespace. 24

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/StatusDaoInMemory.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is followed by whitespace. 34
 Error whitespace ParenPad '(' is followed by whitespace. 90
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 157

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

net/avcompris/status/web/Application.java

Severity Category Rule Message Line
 Error javadoc JavadocType Type Javadoc comment is missing @author tag. 40
 Error design DesignForExtension Class 'Application' looks like designed for extension (can be subclassed), but the method 'corsConfigurer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Application' final or making the method 'corsConfigurer' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error coding HiddenField 'secure' hides a field. 131
 Error javadoc JavadocMethod Expected @return tag. 150

net/avcompris/status/web/MyAbstractController.java

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

net/avcompris/status/web/StatusController.java

Severity Category Rule Message Line
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 62
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 77
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 93
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 113
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 128
 Error coding UnnecessaryParentheses Unnecessary parentheses around lambda value. 142