PMD Results
The following document contains the results of PMD 4.2.5.
Files
javax/faces/component/UIViewRoot.java
Violation | Line |
---|---|
Overriding method merely calls super | 483 - 487 |
Overriding method merely calls super | 505 - 512 |
Overriding method merely calls super | 514 - 518 |
Overriding method merely calls super | 525 - 530 |
javax/faces/component/_LabeledFacesMessage.java
Violation | Line |
---|---|
Avoid unused constructor parameters such as 'args'. | 39 - 43 |
javax/faces/component/_SharedRendererUtils.java
Violation | Line |
---|---|
These nested if statements could be combined | 144 - 147 |
javax/faces/convert/BigDecimalConverter.java
Violation | Line |
---|---|
Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal | 68 |
javax/faces/convert/NumberConverter.java
Violation | Line |
---|---|
An empty statement (semicolon) not part of a loop | 553 |
javax/faces/convert/_LabeledFacesMessage.java
Violation | Line |
---|---|
Avoid unused constructor parameters such as 'args'. | 39 - 43 |
javax/faces/validator/DoubleRangeValidator.java
Violation | Line |
---|---|
These nested if statements could be combined | 117 - 121 |
Ensure you override both equals() and hashCode() | 206 |
javax/faces/validator/LengthValidator.java
Violation | Line |
---|---|
These nested if statements could be combined | 101 - 105 |
These nested if statements could be combined | 110 - 114 |
Ensure you override both equals() and hashCode() | 178 |
javax/faces/validator/LongRangeValidator.java
Violation | Line |
---|---|
These nested if statements could be combined | 117 - 121 |
Ensure you override both equals() and hashCode() | 206 |
javax/faces/validator/_LabeledFacesMessage.java
Violation | Line |
---|---|
Avoid unused constructor parameters such as 'args'. | 39 - 43 |