Apache Commons logo Commons DbUtils

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with /Users/garydgregory/git/commons-dbutils/src/site/resources/checkstyle/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
55 0 0 14

Files

File  I  W  E
org/apache/commons/dbutils/AbstractQueryRunner.java 0 0 1
org/apache/commons/dbutils/BeanProcessor.java 0 0 2
org/apache/commons/dbutils/ColumnHandler.java 0 0 3
org/apache/commons/dbutils/PropertyHandler.java 0 0 2
org/apache/commons/dbutils/QueryRunner.java 0 0 1
org/apache/commons/dbutils/StatementConfiguration.java 0 0 1
org/apache/commons/dbutils/handlers/KeyedHandler.java 0 0 3
org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java 0 0 1

Details

org/apache/commons/dbutils/AbstractQueryRunner.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'ds' must be private and have accessor methods. 54

org/apache/commons/dbutils/BeanProcessor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 132 characters (found 159). 143
 Error sizes LineLength Line is longer than 132 characters (found 140). 163

org/apache/commons/dbutils/ColumnHandler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 132 characters (found 151). 23
 Error sizes LineLength Line is longer than 132 characters (found 154). 30
 Error sizes LineLength Line is longer than 132 characters (found 142). 36

org/apache/commons/dbutils/PropertyHandler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 132 characters (found 140). 20
 Error sizes LineLength Line is longer than 132 characters (found 154). 25

org/apache/commons/dbutils/QueryRunner.java

Severity Category Rule Message Line
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 748

org/apache/commons/dbutils/StatementConfiguration.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 132 characters (found 143). 130

org/apache/commons/dbutils/handlers/KeyedHandler.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'convert' must be private and have accessor methods. 58
 Error design VisibilityModifier Variable 'columnIndex' must be private and have accessor methods. 63
 Error design VisibilityModifier Variable 'columnName' must be private and have accessor methods. 69

org/apache/commons/dbutils/handlers/properties/DatePropertyHandler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 132 characters (found 156). 25