PMD Results
The following document contains the results of PMD
Files
javax/faces/convert/NumberConverter.java
Violation | Line |
---|
An empty statement (semicolon) not part of a loop | 418 |
javax/faces/component/UISelectMany.java
Violation | Line |
---|
Overriding method merely calls super | 292 - 297 |
javax/faces/component/_SharedRendererUtils.java
Violation | Line |
---|
These nested if statements could be combined | 148 - 151 |
javax/faces/component/UIForm.java
Violation | Line |
---|
Overriding method merely calls super | 94 - 97 |
javax/faces/component/UIComponentBase.java
Violation | Line |
---|
Avoid unused private methods such as 'findComponentCached(String,UIComponent)' | 511 |
javax/faces/component/_SelectItemsIterator.java
Violation | Line |
---|
Avoid empty if statements | 150 |
javax/faces/validator/DoubleRangeValidator.java
Violation | Line |
---|
These nested if statements could be combined | 96 - 100 |
Ensure you override both equals() and hashCode() | 176 |
javax/faces/validator/LongRangeValidator.java
Violation | Line |
---|
These nested if statements could be combined | 96 - 100 |
Ensure you override both equals() and hashCode() | 175 |
javax/faces/validator/LengthValidator.java
Violation | Line |
---|
These nested if statements could be combined | 80 - 84 |
These nested if statements could be combined | 89 - 93 |
Ensure you override both equals() and hashCode() | 146 |
javax/faces/webapp/_DummyPageContextOutWriter.java
Violation | Line |
---|
Avoid unused private fields such as '_pageContext' | 31 |
javax/faces/FacesException.java
Violation | Line |
---|
Overriding method merely calls super | 53 - 56 |