PMD Results

The following document contains the results of PMD

Files

ar/com/jiji/kaya/enhancer/FacadeDaoEnhancer.java

ViolationLine
Avoid unused private methods such as 'getCtClass(Class)'180

ar/com/jiji/kaya/reflect/ReflectionService.java

ViolationLine
These nested if statements could be combined283 - 284
Invoke equals() on the object you've already ensured is not null283

ar/com/jiji/kaya/model/Role.java

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

ar/com/jiji/kaya/model/User.java

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

ar/com/jiji/kaya/query/hib/HibernateQueryTranslator.java

ViolationLine
Avoid unused method parameters such as 'criteria'60 - 88