Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.6.1.

Files

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

Violation Line
These nested if statements could be combined 112115

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

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

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

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

org/apache/maven/surefire/api/util/DefaultRunOrderCalculator.java

Violation Line
Useless parentheses. 112

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

Violation Line
Avoid empty catch blocks 189191