PMD Results

The following document contains the results of PMD 4.3.

Files

org/apache/log4j/Category.java

ViolationLine
Avoid unused local variables such as 'i'.356
Avoid unused method parameters such as 'fqcn'.425 - 430

org/apache/log4j/Logger.java

ViolationLine
Avoid unused private fields such as 'FQCN'.28

org/apache/log4j/Priority.java

ViolationLine
Ensure you override both equals() and hashCode()129

org/apache/log4j/config/PropertySetter.java

ViolationLine
Avoid unused constructor parameters such as 'obj'.34 - 35

org/apache/log4j/spi/RepositorySelector.java

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