PMD ResultsThe following document contains the results of PMD 4.3. Filesorg/apache/log4j/Category.javaViolation | Line |
---|
Avoid unused method parameters such as 'fqcn'. | 427 - 432 |
org/apache/log4j/Logger.javaViolation | Line |
---|
Avoid unused private fields such as 'FQCN'. | 28 |
org/apache/log4j/Priority.javaViolation | Line |
---|
Ensure you override both equals() and hashCode() | 129 |
org/apache/log4j/config/PropertySetter.javaViolation | Line |
---|
Avoid unused constructor parameters such as 'obj'. | 34 - 35 |
|