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/plugin/failsafe/VerifyMojo.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 236239

org/apache/maven/plugin/failsafe/util/FailsafeSummaryXmlUtils.java

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

Priority 4

org/apache/maven/plugin/failsafe/IntegrationTestMojo.java

Rule Violation Line
UselessParentheses Useless parentheses. 692

Files

org/apache/maven/plugin/failsafe/IntegrationTestMojo.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 692

org/apache/maven/plugin/failsafe/VerifyMojo.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 236239

org/apache/maven/plugin/failsafe/util/FailsafeSummaryXmlUtils.java

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