PMD Results

The following document contains the results of PMD 3.7.

Files

org/apache/struts/tiles/commands/TilesPreProcessor.java

ViolationLine
Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'27
Avoid unused imports such as 'org.apache.struts.upload.MultipartRequestWrapper'43

org/apache/struts/tiles/DefinitionsFactoryConfig.java

ViolationLine
Avoid unused constructor parameters such as 'initParameters'126 - 128

org/apache/struts/tiles/RedeployableActionServlet.java

ViolationLine
No need to import a type that's in the same package29
No need to import a type that's in the same package30
No need to import a type that's in the same package31

org/apache/struts/tiles/taglib/ImportAttributeTag.java

ViolationLine
These nested if statements could be combined194 - 197

org/apache/struts/tiles/taglib/InsertTag.java

ViolationLine
Avoid empty catch blocks721 - 723

org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java

ViolationLine
Avoid empty catch blocks211 - 213
Avoid empty catch blocks483 - 484
Do not use if statements that are always true or always false504