Apache logging services logo Apache log4j logo

PMD Results

The following document contains the results of PMD 5.0.2.

Files

org/apache/log4j/Category.java

ViolationLine
Avoid unused method parameters such as 'fqcn'.427

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/PropertyConfigurator.java

ViolationLine
Unnecessary use of fully qualified name 'java.net.URL' due to existing import 'java.net.URL'109

org/apache/log4j/config/PropertySetter.java

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

org/apache/log4j/spi/LoggerRepository.java

ViolationLine
Avoid modifiers which are implied by the context80
Avoid modifiers which are implied by the context82
Avoid modifiers which are implied by the context92
Avoid modifiers which are implied by the context94