Fork me on GitHub

PMD Results

The following document contains the results of PMD 7.0.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 qualifier 'java.lang': 'Class' is already in scope because it is declared in java.lang 124
UselessParentheses Useless parentheses. 138
org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java
Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ParallelComputerUtil': 'availableProcessors' is already in scope because it is declared in an enclosing type 60

Files

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

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'java.lang': 'Class' is already in scope because it is declared in 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
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ParallelComputerUtil': 'availableProcessors' is already in scope because it is declared in an enclosing type 4 60