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/booter/CommandReader.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19371
org/apache/maven/surefire/booter/ForkedBooter.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19600
org/apache/maven/surefire/booter/PpidChecker.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19442
org/apache/maven/surefire/booter/ProviderFactory.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19170
org/apache/maven/surefire/booter/SurefireReflector.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19305
org/apache/maven/surefire/booter/SystemUtils.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19305
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19410
org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19137
org/apache/maven/surefire/booter/stream/CommandDecoder.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19218

Priority 4

org/apache/maven/surefire/booter/IsolatedClassLoader.java
Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ClassLoader': 'getSystemClassLoader' is already in scope 30
org/apache/maven/surefire/booter/PpidChecker.java
Rule Violation Line
UselessParentheses Useless parentheses. 379
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
Rule Violation Line
UselessParentheses Useless parentheses. 167

Files

org/apache/maven/surefire/booter/CommandReader.java

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

org/apache/maven/surefire/booter/ForkedBooter.java

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

org/apache/maven/surefire/booter/IsolatedClassLoader.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ClassLoader': 'getSystemClassLoader' is already in scope 4 30

org/apache/maven/surefire/booter/PpidChecker.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19442
UselessParentheses Useless parentheses. 4 379

org/apache/maven/surefire/booter/ProviderFactory.java

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

org/apache/maven/surefire/booter/SurefireReflector.java

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

org/apache/maven/surefire/booter/SystemUtils.java

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

org/apache/maven/surefire/booter/spi/EventChannelEncoder.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19410
UselessParentheses Useless parentheses. 4 167

org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java

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

org/apache/maven/surefire/booter/stream/CommandDecoder.java

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