PMD Results
The following document contains the results of PMD 3.9.
Files
org/apache/maven/surefire/assertion/SurefireAssert.java
| Violation | Line |
|---|
| These nested if statements could be combined | 106 - 109 |
| These nested if statements could be combined | 122 - 125 |
org/apache/maven/surefire/report/ReporterManager.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 248 - 250 |
org/apache/maven/surefire/Surefire.java
| Violation | Line |
|---|
| These nested if statements could be combined | 119 - 122 |
| These nested if statements could be combined | 184 - 187 |
org/apache/maven/surefire/util/PrettyPrintXMLWriter.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.codehaus.plexus.util.StringUtils' | 22 |
org/apache/maven/surefire/util/UrlUtils.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 56 - 59 |