PMD Results
The following document contains the results of PMD 4.2.2.
Files
Exec Maven Plugin - org/codehaus/mojo/exec/ExecJavaMojo.java
Violation | Line |
---|
Avoid using ThreadGroup; it is not thread safe | 277 |
Avoid using ThreadGroup; it is not thread safe | 295 |
Avoid using ThreadGroup; it is not thread safe | 303 |
Exec Maven Plugin - org/codehaus/mojo/exec/ExecMojo.java
Violation | Line |
---|
Avoid unused private methods such as 'getExecOutputLog()'. | 345 |
Avoid empty catch blocks | 571 - 573 |
Exec Maven Plugin - org/codehaus/mojo/exec/UrlUtils.java
Violation | Line |
---|
Avoid empty catch blocks | 56 - 59 |