PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
217

Files

FilesViolations
org/apache/portals/bridges/velocity/AbstractVelocityMessagingPortlet.java 15
org/apache/portals/bridges/velocity/BridgesVelocityViewServlet.java 2

org/apache/portals/bridges/velocity/AbstractVelocityMessagingPortlet.java

ViolationLine
No need to import a type that's in the same package 21
Avoid using if statements without curly braces 37
Avoid using if statements without curly braces 40
Avoid using 'if...else' statements without curly braces 60
Avoid using 'if...else' statements without curly braces 62
Avoid empty catch blocks 65
Avoid using 'if...else' statements without curly braces 73
Avoid using 'if...else' statements without curly braces 75
Avoid empty catch blocks 78
Avoid using 'if...else' statements without curly braces 87
Avoid using 'if...else' statements without curly braces 89
Avoid empty catch blocks 92
Avoid using 'if...else' statements without curly braces 101
Avoid using 'if...else' statements without curly braces 103
Avoid empty catch blocks 106

org/apache/portals/bridges/velocity/BridgesVelocityViewServlet.java

ViolationLine
Avoid unused local variables such as 'portletConfig' 62
Avoid empty catch blocks 145