PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
44

Files

FilesViolations
org/huihoo/jfox/soaf/container/ServiceFactory.java 1
org/huihoo/jfox/soaf/services/persistence/HibernateServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/IbatisServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/JdbcService.java 1

org/huihoo/jfox/soaf/container/ServiceFactory.java

ViolationLine
Avoid unused private fields such as 'manageableServiceContainer' 47

org/huihoo/jfox/soaf/services/persistence/HibernateServiceImpl.java

ViolationLine
Avoid empty catch blocks 150

org/huihoo/jfox/soaf/services/persistence/IbatisServiceImpl.java

ViolationLine
Avoid unused local variables such as 'list' 372

org/huihoo/jfox/soaf/services/persistence/JdbcService.java

ViolationLine
Avoid unused imports such as 'SQLException' 28