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
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
2  Warning
JavadocType 1  Warning
modifier RedundantModifier 1  Warning

Details

info/smart_tools/smartactors/core/in_memory_database/DataBaseItem.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27

info/smart_tools/smartactors/core/in_memory_database/SimpleFullTextMatcher.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 21