PMD Results

The following document contains the results of PMD 4.1.

Files

org/apache/geronimo/transaction/log/XidImpl2.java

ViolationLine
Avoid unused constructor parameters such as 'formatId'.76 - 83

org/apache/geronimo/transaction/manager/GeronimoTransactionManager.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'19

org/apache/geronimo/transaction/manager/TransactionImpl.java

ViolationLine
Avoid unused imports such as 'java.io.PrintWriter'20
Avoid unused imports such as 'java.io.StringWriter'21
Avoid unused imports such as 'java.io.Writer'22
Avoid empty if statements600 - 604
Avoid empty if statements651 - 657
Avoid empty if statements726 - 729
Avoid empty if statements784 - 787
Ensure you override both equals() and hashCode()843

org/apache/geronimo/transaction/manager/WrapperNamedXAResource.java

ViolationLine
No need to import a type that lives in the same package24

org/apache/geronimo/transaction/manager/XAWork.java

ViolationLine
No need to import a type that lives in the same package25