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'. | 267 - 296 |
| An empty statement (semicolon) not part of a loop | 573 |
org/apache/myfaces/commons/converter/DateTimeConverter.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'TIMEZONE_DEFAULT'. | 73 |
| Avoid unused private fields such as '_transient'. | 87 |
org/apache/myfaces/commons/converter/EnumConverter.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 116 - 118 |
org/apache/myfaces/commons/converter/_ConverterRule.java
| Violation | Line |
|---|---|
| These nested if statements could be combined | 63 - 69 |
org/apache/myfaces/commons/converter/_DateTimeConverterRule.java
| Violation | Line |
|---|---|
| These nested if statements could be combined | 63 - 69 |