The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| info/smart_tools/smartactors/actor/response_sender_actor/ResponseSenderActor.java | 0 | 6 | 0 |
| info/smart_tools/smartactors/actor/response_sender_actor/wrapper/ResponseMessage.java | 0 | 4 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | UnusedImports | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.ResolutionException. | 7 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.invalid_argument_exception.InvalidArgumentException. | 8 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ChangeValueException. | 9 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 10 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.SerializeException. | 11 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iresponse_sender.exceptions.ResponseSendingException. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.actor.response_sender_actor.ResponseSenderActor. | 3 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ichannel_handler.IChannelHandler. | 4 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.IObject. | 5 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iobject.exception.ReadValueException. | 6 |