PMD Results
The following document contains the results of PMD
Files
ar/com/jiji/kaya/enhancer/FacadeDaoEnhancer.java
Violation | Line |
---|
Avoid unused private methods such as 'getCtClass(Class)' | 180 |
ar/com/jiji/kaya/reflect/ReflectionService.java
Violation | Line |
---|
These nested if statements could be combined | 283 - 284 |
Invoke equals() on the object you've already ensured is not null | 283 |
ar/com/jiji/kaya/model/Role.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 58 |
ar/com/jiji/kaya/model/User.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 96 |
ar/com/jiji/kaya/query/hib/HibernateQueryTranslator.java
Violation | Line |
---|
Avoid unused method parameters such as 'criteria' | 60 - 88 |