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 7

Files

File  I  W  E
net/avcompris/examples/shared3/Role.java 0 0 7

Rules

Category Rule Violations Severity
coding FallThrough 2  Error
whitespace NoWhitespaceAfter 5  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