PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/sourceforge/domian/repository/AbstractHibernateRepository.java
Violation | Line |
---|
Too many static imports may lead to messy code | 1 - 210 |
net/sourceforge/domian/repository/HibernateRepository.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 799 |
Avoid empty catch blocks | 395 - 398 |
Avoid empty catch blocks | 673 - 675 |
net/sourceforge/domian/repository/Rdbms.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 217 |
net/sourceforge/domian/specification/Specification2HqlConverter.java
Violation | Line |
---|
Avoid empty if statements | 149 - 151 |
These nested if statements could be combined | 177 - 179 |
Avoid unused local variables such as 'valueBoundSpecification'. | 298 |
net/sourceforge/domian/specification/Specification2JpqlConverter.java
Violation | Line |
---|
Avoid unused private methods such as 'extractTableNameFromDomainType(List,Class)'. | 75 - 76 |
Avoid empty if statements | 295 - 297 |
These nested if statements could be combined | 324 - 326 |