Last Published: 20 July 2012
|
Version: 1.6-SNAPSHOT
ApacheCon
|
Apache
|
Commons
DbUtils
Overview
Download
Examples
Release Notes
Dependencies
Wiki
Development
Mailing Lists
Issue Tracking
Source Repository
Building
Javadoc (SVN latest)
Project Documentation
Project Information
Project Reports
Changes Report
JIRA Report
Test JavaDocs
JavaDocs
Source Xref
Test Source Xref
Surefire Report
RAT Report
Cobertura Test Coverage
Clirr
JDepend
Checkstyle
Checkstyle
FindBugs Report
PMD Report
CPD Report
Commons
Home
License
Components
Sandbox
Dormant
General Information
Volunteering
Contributing Patches
Building Components
Releasing Components
Wiki
ASF
How the ASF works
Get Involved
Developer Resources
Sponsorship
Thanks
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
28
0
0
5
Files
Files
I
W
E
org/apache/commons/dbutils/AbstractQueryRunner.java
0
0
1
org/apache/commons/dbutils/DbUtils.java
0
0
1
org/apache/commons/dbutils/handlers/KeyedHandler.java
0
0
3
Details
org/apache/commons/dbutils/AbstractQueryRunner.java
Violation
Message
Line
Variable 'ds' must be private and have accessor methods.
51
org/apache/commons/dbutils/DbUtils.java
Violation
Message
Line
Utility classes should not have a public or default constructor.
28
org/apache/commons/dbutils/handlers/KeyedHandler.java
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