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 | 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–433 |
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/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 | 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/PpidChecker.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–433 |
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 | 19–170 |
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 | 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 | 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 | 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 |