PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/commons/dbutils/BeanProcessor.java

Violation Line
These nested if statements could be combined 237 - 247
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 449

org/apache/commons/dbutils/DbUtils.java

Violation Line
Avoid empty catch blocks 75 - 77
Avoid empty catch blocks 113 - 115
Avoid empty catch blocks 127 - 129
Avoid empty catch blocks 157 - 159
Avoid empty catch blocks 281 - 283

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

Violation Line
These nested if statements could be combined 98 - 100