PMD Results

The following document contains the results of PMD 4.2.5.

Files

com/trendmicro/grid/acl/ds/msmq/MSMQProcessingInitiator.java

ViolationLine
A method/constructor shouldn't explicitly throw java.lang.Exception42
Avoid throwing raw exception types.93
Avoid throwing raw exception types.104

com/trendmicro/grid/acl/ds/msmq/MSMQPropertySection.java

ViolationLine
Ensure that resources like this Connection object are closed after use80

com/trendmicro/grid/acl/ds/msmq/MSMQSender.java

ViolationLine
Avoid throwing raw exception types.50

com/trendmicro/grid/acl/ds/msmq/PlainRoundRobinSender.java

ViolationLine
These nested if statements could be combined137 - 138
Avoid throwing raw exception types.150

com/trendmicro/grid/acl/ds/msmq/Sender.java

ViolationLine
Avoid modifiers which are implied by the context15
Avoid modifiers which are implied by the context17