PMD Results
The following document contains the results of PMD 4.2.5.
Files
javax/portlet/faces/GenericFacesPortlet.java
Violation | Line |
---|---|
Avoid unused private fields such as 'mLock'. | 137 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 176 |
Avoid empty catch blocks | 314 - 318 |
Avoid empty catch blocks | 318 - 322 |
Avoid empty catch blocks | 322 - 326 |
Avoid empty catch blocks | 352 - 356 |
Avoid empty catch blocks | 356 - 360 |
Avoid empty catch blocks | 360 - 364 |
Avoid unused private methods such as 'isInRequestedContentTypes(PortletRequest,String)'. | 474 |
Avoid unused method parameters such as 'response'. | 597 - 609 |
Avoid unused method parameters such as 'response'. | 709 - 728 |
Avoid unused method parameters such as 'context'. | 751 - 817 |
Avoid empty catch blocks | 786 - 788 |
Avoid empty catch blocks | 788 - 790 |
An empty statement (semicolon) not part of a loop | 800 |
An empty statement (semicolon) not part of a loop | 811 |