PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/maven/plugin/doap/DoapMojo.java
Violation | Line |
---|
Avoid empty catch blocks | 634 - 636 |
These nested if statements could be combined | 648 - 661 |
Avoid unused method parameters such as 'project'. | 987 - 1074 |
Avoid unused method parameters such as 'project'. | 1083 - 1170 |
org/apache/maven/plugin/doap/DoapUtil.java
Violation | Line |
---|
Avoid empty catch blocks | 629 - 631 |
Avoid empty catch blocks | 664 - 666 |
Avoid empty if statements | 761 - 763 |
Avoid empty catch blocks | 888 - 890 |
org/apache/maven/plugin/doap/options/ASFExtOptionsUtil.java
Violation | Line |
---|
Avoid empty catch blocks | 314 - 316 |