PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/trendmicro/grid/acl/ds/msmq/MSMQProcessingInitiator.java
Violation | Line |
---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 42 |
Avoid throwing raw exception types. | 93 |
Avoid throwing raw exception types. | 104 |
com/trendmicro/grid/acl/ds/msmq/MSMQPropertySection.java
Violation | Line |
---|
Ensure that resources like this Connection object are closed after use | 80 |
com/trendmicro/grid/acl/ds/msmq/MSMQSender.java
Violation | Line |
---|
Avoid throwing raw exception types. | 50 |
com/trendmicro/grid/acl/ds/msmq/PlainRoundRobinSender.java
Violation | Line |
---|
These nested if statements could be combined | 137 - 138 |
Avoid throwing raw exception types. | 150 |
com/trendmicro/grid/acl/ds/msmq/Sender.java
Violation | Line |
---|
Avoid modifiers which are implied by the context | 15 |
Avoid modifiers which are implied by the context | 17 |