PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/plugin/failsafe/VerifyMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 229–231 |
org/apache/maven/plugin/failsafe/util/FailsafeSummaryXmlUtils.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 19–131 |
Priority 4
org/apache/maven/plugin/failsafe/IntegrationTestMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 677 |
Files
org/apache/maven/plugin/failsafe/IntegrationTestMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 677 |
org/apache/maven/plugin/failsafe/VerifyMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 229–231 |
org/apache/maven/plugin/failsafe/util/FailsafeSummaryXmlUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–131 |