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/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 19433
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/PpidChecker.java
Rule Violation Line
UselessParentheses Useless parentheses. 380
org/apache/maven/surefire/booter/StartupConfiguration.java
Rule Violation Line
UselessParentheses Useless parentheses. 103
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
Rule Violation Line
UselessParentheses Useless parentheses. 166
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/PpidChecker.java

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

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/StartupConfiguration.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 103

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 166
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