PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/log4j/Category.java
Violation | Line |
---|
Avoid unused local variables such as 'i'. | 356 |
Avoid unused method parameters such as 'fqcn'. | 425 - 430 |
org/apache/log4j/Logger.java
Violation | Line |
---|
Avoid unused private fields such as 'FQCN'. | 28 |
org/apache/log4j/Priority.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 129 |
org/apache/log4j/config/PropertySetter.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'obj'. | 34 - 35 |
org/apache/log4j/spi/RepositorySelector.java
Violation | Line |
---|
No need to import a type that lives in the same package | 19 |