PMD Results

The following document contains the results of PMD 5.0.2.

Files

org/xchain/StandAloneHibernateExecutor.java

ViolationLine
Avoid unused imports such as 'java.io.IOException'21

org/xchain/framework/hibernate/HibernateLifecycle.java

ViolationLine
Avoid unused private methods such as 'setXChainDefaults(QName,Configuration)'.211
Avoid unused method parameters such as 'name'.211

org/xchain/framework/hibernate/HqlEntityPermission.java

ViolationLine
Avoid unused local variables such as 'l'.71

org/xchain/framework/hibernate/RebindingDataSourceConnectionProvider.java

ViolationLine
Avoid empty catch blocks97 - 99

org/xchain/framework/hibernate/SecurityListener.java

ViolationLine
Avoid unused imports such as 'org.hibernate.cfg.Configuration'18
Avoid unused imports such as 'org.hibernate.event.Initializable'19
Avoid unused imports such as 'org.xchain.framework.security.SecurityManager'28

org/xchain/namespaces/hibernate/AbstractSessionCommand.java

ViolationLine
Avoid unused imports such as 'org.hibernate.Session'19
Avoid unused imports such as 'org.xchain.annotations.PrefixMapping'22

org/xchain/namespaces/hibernate/ListCommand.java

ViolationLine
These nested if statements could be combined66 - 69

org/xchain/namespaces/hibernate/SessionCommand.java

ViolationLine
Avoid unused imports such as 'org.hibernate.Session'23
Avoid unused imports such as 'org.xchain.framework.jxpath.ScopedQNameVariables'27
Avoid unused imports such as 'org.xchain.framework.jxpath.Scope'28
Avoid unused imports such as 'org.xchain.framework.hibernate.HibernateLifecycle'29
Avoid duplicate imports such as 'javax.xml.namespace.QName'31