PMD Results
The following document contains the results of PMD 3.7.
Files
org/apache/geronimo/axis/builder/AxisBuilder.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 116 - 118 |
org/apache/geronimo/axis/builder/LightweightTypeInfoBuilder.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'wrapperElementQNames' | 53 |
| Avoid unused method parameters such as 'typeQName' | 104 - 172 |
| An empty statement (semicolon) not part of a loop | 113 |
org/apache/geronimo/axis/builder/HeavyweightTypeInfoBuilder.java
| Violation | Line |
|---|
| These nested if statements could be combined | 195 - 204 |
| These nested if statements could be combined | 288 - 295 |
| An empty statement (semicolon) not part of a loop | 346 |
| Avoid unused private fields such as 'serializerFactoryClass' | 498 |
| Avoid unused private fields such as 'deserializerFactoryClass' | 499 |
org/apache/geronimo/axis/builder/HeavyweightOperationDescBuilder.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'documentStyle' | 82 |
| These nested if statements could be combined | 327 - 329 |
| Avoid empty if statements | 537 |