Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 5 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
1  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
4  Warning

Details

info/smart_tools/smartactors/sandbox/server_with_configuration/ServerWithConfiguration.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 59
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Warning whitespace WhitespaceAround '}' is not followed by whitespace. 61
 Warning whitespace WhitespaceAround '}' is not preceded with whitespace. 61