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/testng/TestNGExecutor.java

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

org/apache/maven/surefire/testng/TestNGProvider.java

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

org/apache/maven/surefire/testng/conf/TestNG740Configurator.java

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

Priority 4

org/apache/maven/surefire/testng/conf/TestNG740Configurator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'Integer.parseInt' due to existing static import 'java.lang.Integer.parseInt' 66

Files

org/apache/maven/surefire/testng/TestNGExecutor.java

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

org/apache/maven/surefire/testng/TestNGProvider.java

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

org/apache/maven/surefire/testng/conf/TestNG740Configurator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 169
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'Integer.parseInt' due to existing static import 'java.lang.Integer.parseInt' 4 66