PMD Results
The following document contains the results of PMD 4.2.2.
Files
JDBC Support Utilities - org/kuali/db/jdbc/DatabaseManager.java
Violation | Line |
---|
Avoid empty if statements | 22 - 24 |
JDBC Support Utilities - org/kuali/db/jdbc/JDBCUtils.java
Violation | Line |
---|
Avoid empty catch blocks | 131 - 133 |
Avoid empty catch blocks | 142 - 144 |
Avoid empty catch blocks | 153 - 155 |
Avoid empty catch blocks | 164 - 166 |
JDBC Support Utilities - org/kuali/db/jdbc/SQLExecutor.java
Violation | Line |
---|
These nested if statements could be combined | 325 - 327 |
Torque Generator - org/apache/torque/engine/database/model/Column.java
Violation | Line |
---|
These nested if statements could be combined | 958 - 960 |
These nested if statements could be combined | 966 - 968 |
Torque Generator - org/apache/torque/engine/database/model/ConstraintNameGenerator.java
Violation | Line |
---|
Avoid empty catch blocks | 75 - 77 |
Torque Generator - org/apache/torque/engine/database/model/Table.java
Violation | Line |
---|
Avoid empty if statements | 811 - 816 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 901 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 905 |
Torque Generator - org/apache/torque/engine/database/transform/XmlToData.java
Violation | Line |
---|
Avoid empty if statements | 104 - 106 |
Torque Generator - org/apache/torque/task/TorqueSQLExec.java
Violation | Line |
---|
Avoid empty catch blocks | 519 - 521 |
Avoid empty catch blocks | 528 - 530 |
Avoid empty catch blocks | 541 - 542 |
Torque Generator - org/apache/torque/task/TorqueXMLWithDesc.java
Violation | Line |
---|
These nested if statements could be combined | 91 - 103 |
Torque Generator - org/kuali/core/db/torque/FilteredPropertyCopier.java
Violation | Line |
---|
No need to import a type that lives in the same package | 8 |
Torque Generator - org/kuali/core/db/torque/KualiXmlToAppData.java
Violation | Line |
---|
Avoid empty if statements | 269 - 271 |
Avoid empty if statements | 271 - 273 |