PMD Results
The following document contains the results of PMD 3.7.
Files
org/apache/shale/validator/CommonsValidator.java
| Violation | Line |
|---|
| An empty statement (semicolon) not part of a loop | 900 |
org/apache/shale/validator/faces/ValidatorRenderKit.java
| Violation | Line |
|---|
| These nested if statements could be combined | 94 - 97 |
org/apache/shale/validator/faces/ValidatorScript.java
| Violation | Line |
|---|
| These nested if statements could be combined | 290 - 292 |
org/apache/shale/validator/faces/ValidatorViewHandler.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'log' | 64 |
| Avoid unused private fields such as 'messages' | 70 |
org/apache/shale/validator/validator/AbstractValidator.java
| Violation | Line |
|---|
| An empty statement (semicolon) not part of a loop | 289 |
| An empty statement (semicolon) not part of a loop | 291 |
org/apache/shale/validator/validator/DoubleValidator.java
| Violation | Line |
|---|
| These nested if statements could be combined | 144 - 151 |
org/apache/shale/validator/validator/FloatValidator.java
| Violation | Line |
|---|
| These nested if statements could be combined | 144 - 151 |
org/apache/shale/validator/validator/IntegerValidator.java
| Violation | Line |
|---|
| These nested if statements could be combined | 144 - 151 |
org/apache/shale/validator/validator/LongValidator.java
| Violation | Line |
|---|
| These nested if statements could be combined | 144 - 151 |
org/apache/shale/validator/validator/ShortValidator.java
| Violation | Line |
|---|
| These nested if statements could be combined | 144 - 151 |