PMD Results
The following document contains the results of PMD 4.3.
Files
org/synchronoss/cpo/jdbc/ClassDataSourceInfo.java
Violation |
Line |
Avoid empty catch blocks |
151 - 152 |
Avoid empty catch blocks |
158 - 159 |
org/synchronoss/cpo/jdbc/JdbcCallableStatementFactory.java
Violation |
Line |
Avoid unused constructor parameters such as 'jca'. |
69 - 108 |
org/synchronoss/cpo/jdbc/JdbcCpoAdapter.java
Violation |
Line |
These nested if statements could be combined |
1103 - 1115 |
Avoid unused local variables such as 'i'. |
2575 |
This usage of the Collection.toArray() method will throw a ClassCastException. |
2875 |
Avoid empty catch blocks |
3013 - 3015 |
org/synchronoss/cpo/jdbc/JdbcCpoAttribute.java
Violation |
Line |
Avoid unused private fields such as 'logger'. |
40 |
Avoid unused private fields such as 'transformPSOutMethod'. |
50 |
Avoid unused private fields such as 'transformCSOutMethod'. |
51 |
org/synchronoss/cpo/jdbc/JdbcPreparedStatementFactory.java
Violation |
Line |
Avoid unused constructor parameters such as 'jca'. |
80 - 105 |