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
19 0 21 0

Rules

Category Rule Violations Severity
design FinalClass 3  Warning
imports AvoidStarImport 1  Warning
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
4  Warning
JavadocPackage 1  Error
misc FinalParameters 8  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
4  Warning

Details

info/smart_tools/smartactors/core/postgres_schema/indexes/FulltextIndexWriter.java

Severity Category Rule Message Line
 Warning design FinalClass Class FulltextIndexWriter should be declared as final. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter options should be final. 23

info/smart_tools/smartactors/core/postgres_schema/indexes/IndexCreators.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning design FinalClass Class IndexCreators should be declared as final. 21
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 26
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Warning whitespace WhitespaceAround '}' is not followed by whitespace. 31
 Warning whitespace WhitespaceAround '}' is not preceded with whitespace. 31
 Warning misc FinalParameters Parameter body should be final. 46
 Warning misc FinalParameters Parameter collection should be final. 46
 Warning misc FinalParameters Parameter options should be final. 46
 Warning misc FinalParameters Parameter options should be final. 60

info/smart_tools/smartactors/core/postgres_schema/indexes/IndexWriter.java

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

info/smart_tools/smartactors/core/postgres_schema/indexes/IndexWriterResolver.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10

info/smart_tools/smartactors/core/postgres_schema/search/OrderWriter.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter queryStatement should be final. 24
 Warning misc FinalParameters Parameter sortMessage should be final. 24
 Warning misc FinalParameters Parameter direction should be final. 53

info/smart_tools/smartactors/core/postgres_schema/search/PostgresFieldPath.java

Severity Category Rule Message Line
 Warning design FinalClass Class PostgresFieldPath should be declared as final. 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31