PMD Results

The following document contains the results of PMD

Files

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

ViolationLine
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

ViolationLine
Avoid unused constructor parameters such as 'initParameters'123 - 125

org/apache/struts/tiles/RedeployableActionServlet.java

ViolationLine
No need to import a type that's in the same package9
No need to import a type that's in the same package10
No need to import a type that's in the same package11

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

ViolationLine
These nested if statements could be combined162 - 165
These nested if statements could be combined186 - 189

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

ViolationLine
Avoid empty catch blocks718 - 720

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

ViolationLine
Avoid empty catch blocks208 - 210
Avoid empty catch blocks480 - 481
Do not use if statements that are always true or always false501