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

Rules

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

Details

info/smart_tools/smartactors/actors/sample_other_actor/SampleOtherActor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11

info/smart_tools/smartactors/actors/sample_other_actor/exception/SampleOtherException.java

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

info/smart_tools/smartactors/actors/sample_other_actor/wrapper/SampleOtherWrapper.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. 3
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8