Fork me on GitHub

PMD Results

The following document contains the results of PMD 7.17.0.

Violations By Priority

Priority 3

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 9498

Priority 4

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

Rule Violation Line
UselessParentheses Useless parentheses around `linePatterns[indexes[1]]`. 305

Files

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 9498
UselessParentheses Useless parentheses around `linePatterns[indexes[1]]`. 4 305