The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| info/smart_tools/smartactors/actors/save_session/SaveSessionActor.java | 0 | 4 | 0 |
| info/smart_tools/smartactors/actors/save_session/wrapper/SaveSessionMessage.java | 0 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | UnusedImports | 2 | |
| javadoc | JavadocMethod
|
1 | |
| JavadocPackage | 1 | ||
| JavadocType | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.IAction. | 5 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iaction.exception.ActionExecuteException. | 6 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SaveSessionException'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. |