PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
28

Files

FilesViolations
org/apache/portals/bridges/portletfilter/PortletFilterChain.java 1
org/apache/portals/bridges/portletfilter/PortletFilterConfig.java 7

org/apache/portals/bridges/portletfilter/PortletFilterChain.java

ViolationLine
Avoid calls to overridable methods during construction 87

org/apache/portals/bridges/portletfilter/PortletFilterConfig.java

ViolationLine
Avoid unused private fields such as 'log' 72
Avoid calls to overridable methods during construction 86
Avoid calls to overridable methods during construction 87
Avoid calls to overridable methods during construction 88
Avoid if (x != y) ..; else ..; 93
Avoid using 'if...else' statements without curly braces 168
Avoid using 'if...else' statements without curly braces 170