PMD Results

The following document contains the results of PMD

Files

javax/faces/convert/NumberConverter.java

ViolationLine
An empty statement (semicolon) not part of a loop418

javax/faces/component/UISelectMany.java

ViolationLine
Overriding method merely calls super292 - 297

javax/faces/component/_SharedRendererUtils.java

ViolationLine
These nested if statements could be combined148 - 151

javax/faces/component/UIForm.java

ViolationLine
Overriding method merely calls super94 - 97

javax/faces/component/UIComponentBase.java

ViolationLine
Avoid unused private methods such as 'findComponentCached(String,UIComponent)'511

javax/faces/component/_SelectItemsIterator.java

ViolationLine
Avoid empty if statements150

javax/faces/validator/DoubleRangeValidator.java

ViolationLine
These nested if statements could be combined96 - 100
Ensure you override both equals() and hashCode()176

javax/faces/validator/LongRangeValidator.java

ViolationLine
These nested if statements could be combined96 - 100
Ensure you override both equals() and hashCode()175

javax/faces/validator/LengthValidator.java

ViolationLine
These nested if statements could be combined80 - 84
These nested if statements could be combined89 - 93
Ensure you override both equals() and hashCode()146

javax/faces/webapp/_DummyPageContextOutWriter.java

ViolationLine
Avoid unused private fields such as '_pageContext'31

javax/faces/FacesException.java

ViolationLine
Overriding method merely calls super53 - 56