PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/codehaus/mojo/gwt/AbstractGwtMojo.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'version'. | 75 |
org/codehaus/mojo/gwt/ClasspathBuilder.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 1 - 307 |
| Avoid unused imports such as 'org.apache.maven.plugin.MojoExecutionException' | 37 |
org/codehaus/mojo/gwt/GwtModule.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.plugin.MojoExecutionException' | 32 |
org/codehaus/mojo/gwt/eclipse/EclipseMojo.java
| Violation | Line |
|---|
| Avoid empty if statements | 212 - 214 |
org/codehaus/mojo/gwt/shell/CompileMojo.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.artifact.Artifact.SCOPE_COMPILE' | 26 |
| Avoid unused imports such as 'org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader' | 38 |
org/codehaus/mojo/gwt/webxml/MergeWebXmlMojo.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.codehaus.mojo.gwt.ClasspathBuilder' | 39 |