UI-Component Sets

PMD Results

The following document contains the results of PMD 4.2.5.

Files

javax/faces/FacesException.java

ViolationLine
Overriding method merely calls super53 - 56

javax/faces/component/UISelectMany.java

ViolationLine
Overriding method merely calls super383 - 390

javax/faces/component/UIViewRoot.java

ViolationLine
Overriding method merely calls super483 - 487
Overriding method merely calls super505 - 512
Overriding method merely calls super514 - 518
Overriding method merely calls super525 - 530

javax/faces/component/_LabeledFacesMessage.java

ViolationLine
Avoid unused constructor parameters such as 'args'.39 - 43

javax/faces/component/_SharedRendererUtils.java

ViolationLine
These nested if statements could be combined144 - 147

javax/faces/convert/BigDecimalConverter.java

ViolationLine
Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal68

javax/faces/convert/NumberConverter.java

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

javax/faces/convert/_LabeledFacesMessage.java

ViolationLine
Avoid unused constructor parameters such as 'args'.39 - 43

javax/faces/validator/DoubleRangeValidator.java

ViolationLine
These nested if statements could be combined117 - 121
Ensure you override both equals() and hashCode()206

javax/faces/validator/LengthValidator.java

ViolationLine
These nested if statements could be combined101 - 105
These nested if statements could be combined110 - 114
Ensure you override both equals() and hashCode()178

javax/faces/validator/LongRangeValidator.java

ViolationLine
These nested if statements could be combined117 - 121
Ensure you override both equals() and hashCode()206

javax/faces/validator/_LabeledFacesMessage.java

ViolationLine
Avoid unused constructor parameters such as 'args'.39 - 43

javax/faces/webapp/UIComponentClassicTagBase.java

ViolationLine
These nested if statements could be combined538 - 547
These nested if statements could be combined738 - 746
These nested if statements could be combined1186 - 1187

javax/faces/webapp/_ErrorPageWriter.java

ViolationLine
These nested if statements could be combined347 - 352
Avoid empty catch blocks435 - 437
Avoid empty catch blocks447 - 449