Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.42.0.

Violations By Priority

Priority 3

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1297

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1213

org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1729

Priority 4

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.lang.Class' due to existing implicit import 'java.lang.*' 144
UselessParentheses Useless parentheses. 163

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'org.apache.maven.surefire.junitcore.JUnitCore' due to existing same package import 'org.apache.maven.surefire.junitcore.*' 158

org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java

Rule Violation Line
UselessParentheses Useless parentheses. 337
UselessParentheses Useless parentheses. 338
UselessParentheses Useless parentheses. 339

Files

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.lang.Class' due to existing implicit import 'java.lang.*' 4 144
UselessParentheses Useless parentheses. 4 163

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1297

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1213
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'org.apache.maven.surefire.junitcore.JUnitCore' due to existing same package import 'org.apache.maven.surefire.junitcore.*' 4 158

org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1729

org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 337
UselessParentheses Useless parentheses. 4 338
UselessParentheses Useless parentheses. 4 339