PMD Results

The following document contains the results of PMD

Files

org/apache/myfaces/tobago/example/facelets/Counter.java

Violation Line
Parameter 'count' is not assigned and could be declared final 32
Parameter 'component' is not assigned and could be declared final 36
Parameter 'value' is not assigned and could be declared final 36
Parameter 'context' is not assigned and could be declared final 36

org/apache/myfaces/tobago/example/facelets/BindingRequestBean.java

Violation Line
Parameter 'selectOne' is not assigned and could be declared final 40
Parameter 'uiSelectOne' is not assigned and could be declared final 48
Parameter 'items' is not assigned and could be declared final 56
Document empty method 60 - 61
Parameter 'e' is not assigned and could be declared final 60
Document empty method 63 - 64
Parameter 'e' is not assigned and could be declared final 63

org/apache/myfaces/tobago/example/facelets/MessageBackingBean.java

Violation Line
Parameter 'type' is not assigned and could be declared final 32
Local variable could be declared final 44

org/apache/myfaces/tobago/example/facelets/User.java

Violation Line
Private field could be made final. It is only initialized in the declaration or constructor. 23
Private field could be made final. It is only initialized in the declaration or constructor. 24
Private field could be made final. It is only initialized in the declaration or constructor. 25
Private field could be made final. It is only initialized in the declaration or constructor. 26