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
JavadocType 1  Warning
sizes LineLength
  • max: "180"
  • tabWidth: "4"
3  Warning

Details

info/smart_tools/smartactors/server/server_for_intern/Server.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning sizes LineLength Line is longer than 180 characters (found 209). 130
 Warning sizes LineLength Line is longer than 180 characters (found 215). 177
 Warning sizes LineLength Line is longer than 180 characters (found 215). 222
 Warning javadoc JavadocType Missing a Javadoc comment. 250