PMD Results
The following document contains the results of PMD 7.17.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 | 19–371 |
org/apache/maven/surefire/booter/ForkedBooter.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–594 |
org/apache/maven/surefire/booter/PpidChecker.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–458 |
org/apache/maven/surefire/booter/ProviderFactory.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–170 |
org/apache/maven/surefire/booter/SurefireReflector.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–304 |
org/apache/maven/surefire/booter/SystemUtils.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–305 |
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–413 |
org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–137 |
org/apache/maven/surefire/booter/stream/CommandDecoder.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–218 |
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 around `exitCode == 0 ? processInfo : INVALID_PROCESS_INFO`. | 395 |
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses around `newLine ? BOOTERCODE_STDERR_NEW_LINE : BOOTERCO...`. | 167 |
Files
org/apache/maven/surefire/booter/CommandReader.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–371 |
org/apache/maven/surefire/booter/ForkedBooter.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–594 |
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 | 19–458 |
| UselessParentheses | Useless parentheses around `exitCode == 0 ? processInfo : INVALID_PROCESS_INFO`. | 4 | 395 |
org/apache/maven/surefire/booter/ProviderFactory.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–170 |
org/apache/maven/surefire/booter/SurefireReflector.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–304 |
org/apache/maven/surefire/booter/SystemUtils.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–305 |
org/apache/maven/surefire/booter/spi/EventChannelEncoder.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–413 |
| UselessParentheses | Useless parentheses around `newLine ? BOOTERCODE_STDERR_NEW_LINE : BOOTERCO...`. | 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 | 19–137 |
org/apache/maven/surefire/booter/stream/CommandDecoder.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–218 |


