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'.276
Avoid unused method parameters such as 'fqcn'.304 - 309

org/apache/log4j/Logger.java

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

org/apache/log4j/Priority.java

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