Fork me on GitHub

PMD Results

The following document contains the results of PMD 4.3.

Files

org/apache/maven/surefire/util/DefaultDirectoryScanner.java

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

org/apache/maven/surefire/util/ReflectionUtils.java

Violation Line
Avoid empty catch blocks 230 - 232
Avoid empty catch blocks 233 - 235

org/apache/maven/surefire/util/RunOrder.java

Violation Line
Avoid unused private methods such as 'matches(String)'. 137