PMD Results

The following document contains the results of PMD 5.0.2.

Files

org/xchain/framework/filter/MultipartFormDataFilter.java

ViolationLine
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

ViolationLine
Avoid empty catch blocks328
Avoid empty catch blocks332

org/xchain/framework/javascript/IMergeStrategy.java

ViolationLine
Avoid modifiers which are implied by the context37

org/xchain/framework/javascript/JsCompressor.java

ViolationLine
Avoid unused method parameters such as 'cx'.145

org/xchain/framework/lifecycle/ContainerContext.java

ViolationLine
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

ViolationLine
Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException'81
Avoid empty if statements137 - 139

org/xchain/framework/servlet/XChainListener.java

ViolationLine
Avoid empty catch blocks76 - 78

org/xchain/framework/servlet/XChainManager.java

ViolationLine
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 super83 - 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

ViolationLine
Avoid modifiers which are implied by the context27
Avoid modifiers which are implied by the context29

org/xchain/framework/transaction/OSGiJtaLookupStrategy.java

ViolationLine
No need to import a type that lives in the same package18

org/xchain/namespaces/jta/TransactionCommand.java

ViolationLine
These nested if statements could be combined91 - 93
Avoid empty finally blocks97 - 99