PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/myfaces/commons/converter/AbstractTypedNumberConverter.java
| Violation | Line |
|---|---|
| Avoid unused method parameters such as 'facesContext'. | 284 - 313 |
| An empty statement (semicolon) not part of a loop | 590 |
org/apache/myfaces/commons/converter/DateTimeConverter.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'TIMEZONE_DEFAULT'. | 72 |
| Avoid unused private fields such as '_transient'. | 86 |
org/apache/myfaces/commons/converter/EnumConverter.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 117 - 119 |
org/apache/myfaces/commons/converter/_ConverterRule.java
| Violation | Line |
|---|---|
| These nested if statements could be combined | 86 - 96 |
org/apache/myfaces/commons/converter/_DateTimeConverterRule.java
| Violation | Line |
|---|---|
| These nested if statements could be combined | 86 - 96 |