Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.0.5.

Files

org/apache/maven/surefire/booter/Command.java

Violation Line
Too many static imports may lead to messy code 1117

org/apache/maven/surefire/booter/CommandReader.java

Violation Line
Too many static imports may lead to messy code 1464

org/apache/maven/surefire/booter/SurefireReflector.java

Violation Line
Too many static imports may lead to messy code 1421

org/apache/maven/surefire/report/LegacyPojoStackTraceWriter.java

Violation Line
These nested if statements could be combined 117120

org/apache/maven/surefire/testset/TestListResolver.java

Violation Line
Too many static imports may lead to messy code 1494

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

Violation Line
Avoid empty catch blocks 224226
Avoid empty catch blocks 227229

org/apache/maven/surefire/util/internal/DaemonThreadFactory.java

Violation Line
Avoid using java.lang.ThreadGroup; it is not thread safe 42
Avoid using java.lang.ThreadGroup; it is not thread safe 73
Avoid using java.lang.ThreadGroup; it is not thread safe 86