The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| info/smart_tools/smartactors/plugin/get_first_not_null_rule/GetFirstNotNullRulePlugin.java | 0 | 7 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod
|
1 | |
| JavadocPackage | 1 | ||
| JavadocType | 1 | ||
| misc | FinalParameters | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.RegistrationException. | 7 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.core.ikey.IKey. | 9 | |
| imports | UnusedImports | Unused import - info.smart_tools.smartactors.strategy.apply_function_to_arguments.ApplyFunctionToArgumentsStrategy. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter bootstrap should be final. | 23 |