PMD Results

The following document contains the results of PMD 4.2.2.

Files

net/sourceforge/domian/repository/AbstractHibernateRepository.java

ViolationLine
Too many static imports may lead to messy code1 - 210

net/sourceforge/domian/repository/HibernateRepository.java

ViolationLine
Too many static imports may lead to messy code16 - 799
Avoid empty catch blocks395 - 398
Avoid empty catch blocks673 - 675

net/sourceforge/domian/repository/Rdbms.java

ViolationLine
Too many static imports may lead to messy code16 - 217

net/sourceforge/domian/specification/Specification2HqlConverter.java

ViolationLine
Avoid empty if statements149 - 151
These nested if statements could be combined177 - 179
Avoid unused local variables such as 'valueBoundSpecification'.298

net/sourceforge/domian/specification/Specification2JpqlConverter.java

ViolationLine
Avoid unused private methods such as 'extractTableNameFromDomainType(List,Class)'.75 - 76
Avoid empty if statements295 - 297
These nested if statements could be combined324 - 326