PMD Results
The following document contains the results of PMD 5.0.2.
Files
org/xchain/framework/filter/MultipartFormDataFilter.java
Violation | Line |
---|
Unnecessary use of fully qualified name 'javax.servlet.ServletException' due to existing import 'javax.servlet.ServletException' | 60 |
Unnecessary use of fully qualified name 'javax.servlet.ServletException' due to existing import 'javax.servlet.ServletException' | 88 |
org/xchain/framework/filter/UrlTranslationFilter.java
Violation | Line |
---|
Avoid empty catch blocks | 328 |
Avoid empty catch blocks | 332 |
org/xchain/framework/javascript/IMergeStrategy.java
Violation | Line |
---|
Avoid modifiers which are implied by the context | 37 |
org/xchain/framework/javascript/JsCompressor.java
Violation | Line |
---|
Avoid unused method parameters such as 'cx'. | 145 |
org/xchain/framework/lifecycle/ContainerContext.java
Violation | Line |
---|
Avoid unused imports such as 'java.net.URL' | 18 |
Avoid unused imports such as 'java.util.List' | 19 |
Avoid unused imports such as 'java.util.ArrayList' | 20 |
org/xchain/framework/servlet/CatalogServlet.java
Violation | Line |
---|
Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException' | 81 |
Avoid empty if statements | 137 - 139 |
org/xchain/framework/servlet/XChainListener.java
Violation | Line |
---|
Avoid empty catch blocks | 76 - 78 |
org/xchain/framework/servlet/XChainManager.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.PrintStream' | 22 |
Avoid unused imports such as 'java.util.HashMap' | 27 |
Avoid unused imports such as 'javax.xml.namespace.QName' | 39 |
Avoid unused imports such as 'org.apache.commons.jxpath.JXPathContext' | 41 |
Avoid unused imports such as 'org.xchain.CatalogNotFoundException' | 48 |
Avoid unused imports such as 'org.xchain.CommandNotFoundException' | 49 |
Avoid unused imports such as 'org.xchain.framework.factory.CatalogFactory' | 50 |
Avoid unused imports such as 'org.xchain.framework.jxpath.QNameVariables' | 51 |
Avoid unused imports such as 'org.xchain.namespaces.servlet.Constants' | 54 |
Overriding method merely calls super | 83 - 87 |
Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException' | 96 |
Avoid unused local variables such as 'pathInfoSegments'. | 212 |
org/xchain/framework/transaction/JtaLookupStrategy.java
Violation | Line |
---|
Avoid modifiers which are implied by the context | 27 |
Avoid modifiers which are implied by the context | 29 |
org/xchain/framework/transaction/OSGiJtaLookupStrategy.java
Violation | Line |
---|
No need to import a type that lives in the same package | 18 |
org/xchain/namespaces/jta/TransactionCommand.java
Violation | Line |
---|
These nested if statements could be combined | 91 - 93 |
Avoid empty finally blocks | 97 - 99 |