PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.InputStream' | 53 |
org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
Violation | Line |
---|
Error while parsing /Users/olamy/dev/sources/tomcat/maven-plugin-svn/target/checkout/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java: Encountered " "@" "@ "" at line 1170, column 19.
Was expecting one of:
"boolean" ...
"byte" ...
"char" ...
"double" ...
"false" ...
"float" ...
"int" ...
"long" ...
"new" ...
"null" ...
"short" ...
"super" ...
"this" ...
"true" ...
"void" ...
<INTEGER_LITERAL> ...
<FLOATING_POINT_LITERAL> ...
<HEX_FLOATING_POINT_LITERAL> ...
<CHARACTER_LITERAL> ...
<STRING_LITERAL> ...
<IDENTIFIER> ...
"(" ...
"++" ...
"--" ...
"boolean" ...
"char" ...
"byte" ...
"short" ...
"int" ...
"long" ...
"float" ...
"double" ...
<IDENTIFIER> ...
"boolean" ...
"char" ...
"byte" ...
"short" ...
"int" ...
"long" ...
"float" ...
"double" ...
| 0 |
org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
Violation | Line |
---|
Avoid unused imports such as 'org.apache.maven.shared.filtering.MavenFileFilter' | 32 |