PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
810

Files

FilesViolations
org/huihoo/jfox/soaf/container/ServiceFactory.java 1
org/huihoo/jfox/soaf/services/persistence/HibernateServiceImpl.java 3
org/huihoo/jfox/soaf/services/persistence/IbatisServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/JdbcService.java 1
org/huihoo/jfox/soaf/services/persistence/JdoServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/MrPersisterServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/PersistenceManagerFactoryServiceImpl.java 1
org/huihoo/jfox/soaf/services/persistence/SessionFactoryServiceImpl.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 unused private fields such as 'logger' 55
Avoid unused private fields such as 'config' 59
Avoid empty catch blocks 129

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

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

ViolationLine
Avoid unused private fields such as 'logger' 52

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

ViolationLine
Avoid unused private fields such as 'conn' 39

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

ViolationLine
Avoid unused local variables such as 'propsSize' 93

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

ViolationLine
Avoid unused local variables such as 'propsSize' 89