PMD Results

The following document contains the results of PMD 4.2.2.

Files

name/angoca/db2sa/executer/impl/Executer.java

Violation Line
The class 'Executer' has a Cyclomatic Complexity of 4 (Highest = 10). 68 - 213
Found non-transient, non-static member. Please mark as transient or provide accessors. 83
Avoid throwing raw exception types. 92
The method 'execute' has a Cyclomatic Complexity of 10. 124 - 189
Avoid printStackTrace(); use a logger call instead. 166
Avoid printStackTrace(); use a logger call instead. 175
Avoid printStackTrace(); use a logger call instead. 184