PMD Results
The following document contains the results of PMD 5.0.2.
Files
org/xchain/StandAloneHibernateExecutor.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.IOException' | 21 |
org/xchain/framework/hibernate/HibernateLifecycle.java
Violation | Line |
---|
Avoid unused private methods such as 'setXChainDefaults(QName,Configuration)'. | 211 |
Avoid unused method parameters such as 'name'. | 211 |
org/xchain/framework/hibernate/HqlEntityPermission.java
Violation | Line |
---|
Avoid unused local variables such as 'l'. | 71 |
org/xchain/framework/hibernate/RebindingDataSourceConnectionProvider.java
Violation | Line |
---|
Avoid empty catch blocks | 97 - 99 |
org/xchain/framework/hibernate/SecurityListener.java
Violation | Line |
---|
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
Violation | Line |
---|
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
Violation | Line |
---|
These nested if statements could be combined | 66 - 69 |
org/xchain/namespaces/hibernate/SessionCommand.java
Violation | Line |
---|
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 |