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 | 19–371 |
org/apache/maven/surefire/booter/ForkedBooter.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 19–600 |
org/apache/maven/surefire/booter/PpidChecker.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 19–442 |
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–305 |
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–410 |
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. | 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 | 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–600 |
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–442 |
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 | 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–305 |
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–410 |
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 | 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 |