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

Rules

Category Rule Violations Severity
imports UnusedImports 3  Warning
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
1  Warning
JavadocPackage 1  Error
JavadocType 1  Warning
misc FinalParameters 1  Warning

Details

info/smart_tools/smartactors/plugin/get_first_not_null_rule/GetFirstNotNullRulePlugin.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.iioccontainer.exception.RegistrationException. 7
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.ikey.IKey. 9
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.strategy.apply_function_to_arguments.ApplyFunctionToArgumentsStrategy. 16
 Warning javadoc JavadocType Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter bootstrap should be final. 23