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
30 0 3 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
2  Warning
JavadocPackage 1  Error

Details

info/smart_tools/smartactors/core/examples/feature/Plugin1.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16

info/smart_tools/smartactors/core/examples/feature/Plugin2.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16

info/smart_tools/smartactors/core/examples/wrapper/HelloActorException.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.