PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/commons/dbutils/AsyncQueryRunner.java

ViolationLine
Avoid unused private methods such as 'query(Connection,boolean,String,ResultSetHandler,Object...)'.299
Avoid unused private methods such as 'update(Connection,boolean,String,Object...)'.468

org/apache/commons/dbutils/BeanProcessor.java

ViolationLine
These nested if statements could be combined237 - 247

org/apache/commons/dbutils/QueryRunner.java

ViolationLine
Avoid unused private methods such as 'query(Connection,boolean,String,ResultSetHandler,Object...)'.318
Avoid unused private methods such as 'update(Connection,boolean,String,Object...)'.468

org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.java

ViolationLine
These nested if statements could be combined102 - 104