PMD Results

The following document contains the results of PMD 3.7.

Files

org/votech/plastic/managers/PlasticConnectionManagerImpl.java

ViolationLine
Avoid unused private fields such as 'asynchHubSource'217
Avoid unused local variables such as 'currentMessages'331
Avoid unused local variables such as 'newMessages'332

org/votech/plastic/managers/PlasticConnectionManager.java

ViolationLine
Avoid unused imports such as 'org.votech.plastic.managers.AbstractObservableManager.ManagerObserver'7

org/votech/plastic/outgoing/policies/BlockingPolicy.java

ViolationLine
No need to import a type that's in the same package7
No need to import a type that's in the same package8

org/votech/plastic/outgoing/policies/CallMeBackPolicy.java

ViolationLine
No need to import a type that's in the same package7

org/votech/plastic/outgoing/policies/StandardXmlRpcPolicy.java

ViolationLine
Avoid unused private fields such as 'logger'47