PMD Results

The following document contains the results of PMD

Files

org/apache/myfaces/tobago/example/nonfacesrequest/FishPond.java

Violation Line
Private field could be made final. It is only initialized in the declaration or constructor. 31
Local variable could be declared final 45
Parameter 'id' is not assigned and could be declared final 54

org/apache/myfaces/tobago/example/nonfacesrequest/FishServlet.java

Violation Line
Parameter 'facesContext' is not assigned and could be declared final 31
Local variable could be declared final 33
Local variable could be declared final 36
Local variable could be declared final 38