The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/apache/commons/dbutils/AbstractQueryRunner.java | 0 | 0 | 2 |
| org/apache/commons/dbutils/DbUtils.java | 0 | 0 | 2 |
| org/apache/commons/dbutils/handlers/KeyedHandler.java | 0 | 0 | 6 |
| Violation | Message | Line |
|---|---|---|
| Variable 'ds' must be private and have accessor methods. | 51 | |
| Variable 'ds' must be private and have accessor methods. | 51 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 28 | |
| Utility classes should not have a public or default constructor. | 28 |
| Violation | Message | Line |
|---|---|---|
| Variable 'convert' must be private and have accessor methods. | 58 | |
| Variable 'columnIndex' must be private and have accessor methods. | 63 | |
| Variable 'columnName' must be private and have accessor methods. | 69 | |
| Variable 'convert' must be private and have accessor methods. | 58 | |
| Variable 'columnIndex' must be private and have accessor methods. | 63 | |
| Variable 'columnName' must be private and have accessor methods. | 69 |