Fork me on GitHub

PMD Results

The following document contains the results of PMD 4.3.

Files

org/apache/maven/plugin/surefire/AbstractSurefireMojo.java

Violation Line
Avoid empty catch blocks 1554 - 1556
These nested if statements could be combined 1940 - 1943

org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 103
Avoid unused method parameters such as 'fw'. 279 - 302

org/apache/maven/plugin/surefire/report/TestSetRunListener.java

Violation Line
Avoid unused imports such as 'java.io.File' 31

org/apache/maven/plugin/surefire/util/DependencyScanner.java

Violation Line
These nested if statements could be combined 86 - 107

org/apache/maven/plugin/surefire/util/DirectoryScanner.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 64

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

Violation Line
Avoid unused imports such as 'java.io.InputStream' 25
These nested if statements could be combined 105 - 108