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/booter/CommandReader.java

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

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

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

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

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

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

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

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

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

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

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'final' on resource specification 'stream': resource specifications are implicitly final 47

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

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

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

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

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

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

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

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

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 437

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

Rule Violation Line
UselessParentheses Useless parentheses. 108

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

Rule Violation Line
UselessParentheses Useless parentheses. 181
UselessParentheses Useless parentheses. 182

Files

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

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

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

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

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

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

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 108

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

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

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

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'final' on resource specification 'stream': resource specifications are implicitly final 3 47

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

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

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

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

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

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

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

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