PMD Results

The following document contains the results of PMD 4.3.

Files

de/smartics/maven/hibernate/SchemaExportMojo.java

Violation Line
To be compliant to J2EE, a webapp should not use any thread. 141
In J2EE, getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead. 208
Avoid using implementation types like 'ArrayList'; use the interface instead 220
Avoid printStackTrace(); use a logger call instead. 234
Avoid printStackTrace(); use a logger call instead. 240
Avoid printStackTrace(); use a logger call instead. 246
Avoid using implementation types like 'ArrayList'; use the interface instead 258