Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.55.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 19257
org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19178
org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19594

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.*' 124
UselessParentheses Useless parentheses. 138
org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java
Rule Violation Line
UselessParentheses Useless parentheses. 280
UselessParentheses Useless parentheses. 281
UselessParentheses Useless parentheses. 282

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 124
UselessParentheses Useless parentheses. 4 138

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

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

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

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

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 280
UselessParentheses Useless parentheses. 4 281
UselessParentheses Useless parentheses. 4 282