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 1118

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

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

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

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

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

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

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

Violation Line
These nested if statements could be combined 117120

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

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

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

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

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