PMD Results

The following document contains the results of PMD 4.2.2.

Files

name/angoca/db2sa/tools/configurator/ConfigurationFileCorruptException.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 55

name/angoca/db2sa/tools/configurator/ConfigurationFileNotFoundException.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 57

name/angoca/db2sa/tools/configurator/ConfigurationReader.java

Violation Line
Avoid printStackTrace(); use a logger call instead. 100

name/angoca/db2sa/tools/configurator/Configurator.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 103

name/angoca/db2sa/tools/Constants.java

Violation Line
An Interface should be used only to model a behaviour; consider converting this to a class. 46 - 87