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 20
Avoid using if statements without curly braces 36
Avoid using if statements without curly braces 39
Avoid using 'if...else' statements without curly braces 59
Avoid using 'if...else' statements without curly braces 61
Avoid empty catch blocks 64
Avoid using 'if...else' statements without curly braces 72
Avoid using 'if...else' statements without curly braces 74
Avoid empty catch blocks 77
Avoid using 'if...else' statements without curly braces 86
Avoid using 'if...else' statements without curly braces 88
Avoid empty catch blocks 91
Avoid using 'if...else' statements without curly braces 100
Avoid using 'if...else' statements without curly braces 102
Avoid empty catch blocks 105

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

ViolationLine
Avoid unused local variables such as 'portletConfig' 61
Avoid empty catch blocks 144