PMD Results
The following document contains the results of PMD
4.2.1.
Files
org/apache/maven/plugins/site/SiteDeployMojo.java
| Violation |
Line |
| These nested if statements could be combined |
319
- 355
|
org/codehaus/plexus/util/cli/StreamFeeder.java
| Violation |
Line |
| Avoid empty catch blocks |
64
- 67
|
| Avoid empty catch blocks |
95
- 98
|
| Avoid empty catch blocks |
112
- 115
|
org/codehaus/plexus/util/cli/StreamPumper.java
| Violation |
Line |
| Avoid empty catch blocks |
96
- 99
|
org/codehaus/plexus/util/introspection/ClassMap.java
| Violation |
Line |
| Avoid unused local variables such as 'methodKey'. |
145
|
| Avoid empty catch blocks |
336
- 342
|
org/codehaus/plexus/util/introspection/MethodMap.java
| Violation |
Line |
| Avoid unnecessary return statements |
69
|
org/codehaus/plexus/util/ReaderFactory.java
| Violation |
Line |
| Avoid unused imports such as 'java.nio.charset.Charset' |
32
|
org/codehaus/plexus/util/WriterFactory.java
| Violation |
Line |
| Avoid unused imports such as 'java.nio.charset.Charset' |
31
|
org/codehaus/plexus/util/xml/XmlReader.java
| Violation |
Line |
| These nested if statements could be combined |
399
- 412
|
| Avoid unused method parameters such as 'lenient'. |
459
- 467
|