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

Rules

Category Rule Violations Severity
imports UnusedImports 2  Warning
javadoc JavadocType 1  Warning

Details

info/smart_tools/smartactors/plugin/get_form_actor/IFormsStrategyPlugin.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.actors.get_form.GetFormActor. 3
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.iobject.IObject. 13
 Warning javadoc JavadocType Missing a Javadoc comment. 20