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
6 0 4 0

Rules

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

Details

info/smart_tools/smartactors/actors/create_async_operation/exception/CreateAsyncOperationActorException.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.actors.create_async_operation.CreateAsyncOperationActor. 3

info/smart_tools/smartactors/actors/create_async_operation/wrapper/CreateAsyncOperationMessage.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.actors.create_async_operation.CreateAsyncOperationActor. 3
 Warning javadoc JavadocMethod Expected @throws tag for 'ReadValueException'. 34
 Warning javadoc JavadocMethod Expected @throws tag for 'ChangeValueException'. 41