PMD Results
The following document contains the results of PMD 3.7.
Files
org/votech/plastic/managers/PlasticConnectionManagerImpl.java
Violation | Line |
---|
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
Violation | Line |
---|
Avoid unused imports such as 'org.votech.plastic.managers.AbstractObservableManager.ManagerObserver' | 7 |
org/votech/plastic/outgoing/policies/BlockingPolicy.java
Violation | Line |
---|
No need to import a type that's in the same package | 7 |
No need to import a type that's in the same package | 8 |
org/votech/plastic/outgoing/policies/CallMeBackPolicy.java
Violation | Line |
---|
No need to import a type that's in the same package | 7 |
org/votech/plastic/outgoing/policies/StandardXmlRpcPolicy.java
Violation | Line |
---|
Avoid unused private fields such as 'logger' | 47 |