PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/tomcat/maven/common/deployer/TomcatManager.java

ViolationLine
Avoid unused imports such as 'org.apache.maven.plugin.logging.Log'41
Avoid unused private fields such as 'MANAGER_CHARSET'.69
Avoid unused private methods such as 'toAuthorization(String,String)'.734
Avoid unused private fields such as 'lastLength'.757

org/apache/tomcat/maven/common/run/ClassLoaderEntriesCalculator.java

ViolationLine
Avoid unused imports such as 'java.util.List'22