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

Rules

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

Details

info/smart_tools/smartactors/actors/save_session/SaveSessionActor.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.iaction.IAction. 5
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.iaction.exception.ActionExecuteException. 6
 Warning javadoc JavadocType Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Expected @throws tag for 'SaveSessionException'. 30

info/smart_tools/smartactors/actors/save_session/wrapper/SaveSessionMessage.java

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