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
14 0 49 0

Rules

Category Rule Violations Severity
design FinalClass 2  Warning
HideUtilityClassConstructor 1  Warning
VisibilityModifier 4  Warning
imports UnusedImports 1  Warning
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
19  Warning
JavadocPackage 2  Error
JavadocType 6  Warning
JavadocVariable
  • scope: "package"
11  Warning
naming ConstantName 2  Warning
whitespace WhitespaceAfter 1  Warning

Details

info/smart_tools/smartactors/core/sql_commons/Conditions.java

Severity Category Rule Message Line
 Warning design FinalClass Class Conditions should be declared as final. 15
 Warning javadoc JavadocType Missing a Javadoc comment. 15
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 127
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137

info/smart_tools/smartactors/core/sql_commons/ConditionsResolverBase.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning design VisibilityModifier Variable 'defaultCompositionOperator' must be private and have accessor methods. 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32

info/smart_tools/smartactors/core/sql_commons/DBTaskExecutor.java

Severity Category Rule Message Line
 Warning design FinalClass Class DBTaskExecutor should be declared as final. 10

info/smart_tools/smartactors/core/sql_commons/FieldPath.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning naming ConstantName Name 'validationPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning naming ConstantName Name 'splitPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12

info/smart_tools/smartactors/core/sql_commons/JDBCCompiledQuery.java

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

info/smart_tools/smartactors/core/sql_commons/JDBCConnection.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning design VisibilityModifier Variable 'connection' must be private and have accessor methods. 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning design VisibilityModifier Variable 'options' must be private and have accessor methods. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22

info/smart_tools/smartactors/core/sql_commons/JDBCConnectionOptions.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning javadoc JavadocMethod Missing a Javadoc comment. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10

info/smart_tools/smartactors/core/sql_commons/QueryConditionWriter.java

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

info/smart_tools/smartactors/core/sql_commons/QueryConditionWriterResolver.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @throws tag for 'QueryBuildException'. 17

info/smart_tools/smartactors/core/sql_commons/QueryStatement.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.core.db_storage.interfaces.SQLQueryParameterSetter. 4
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning design VisibilityModifier Variable 'bodyWriter' must be private and have accessor methods. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Expected @throws tag for 'SQLException'. 37

info/smart_tools/smartactors/core/sql_commons/QueryStatementFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 5
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8

info/smart_tools/smartactors/core/sql_commons/exception/QueryStatementFactoryException.java

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

info/smart_tools/smartactors/core/sql_commons/psql/Schema.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 3
 Warning javadoc JavadocVariable Missing a Javadoc comment. 4
 Warning javadoc JavadocVariable Missing a Javadoc comment. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 7
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13