PMD Results
The following document contains the results of PMD
Files
org/apache/struts/tiles/commands/TilesPreProcessor.java
Violation | Line |
---|
Avoid unused imports such as 'javax.servlet.http.HttpServletRequest' | 24 |
Avoid unused imports such as 'org.apache.struts.upload.MultipartRequestWrapper' | 40 |
org/apache/struts/tiles/DefinitionsFactoryConfig.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'initParameters' | 123 - 125 |
org/apache/struts/tiles/RedeployableActionServlet.java
Violation | Line |
---|
No need to import a type that's in the same package | 9 |
No need to import a type that's in the same package | 10 |
No need to import a type that's in the same package | 11 |
org/apache/struts/tiles/taglib/ImportAttributeTag.java
Violation | Line |
---|
These nested if statements could be combined | 162 - 165 |
These nested if statements could be combined | 186 - 189 |
org/apache/struts/tiles/taglib/InsertTag.java
Violation | Line |
---|
Avoid empty catch blocks | 718 - 720 |
org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java
Violation | Line |
---|
Avoid empty catch blocks | 208 - 210 |
Avoid empty catch blocks | 480 - 481 |
Do not use if statements that are always true or always false | 501 |