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 private fields such as 'tomcatConfigurationFilesDirectory'. | 100 | 
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 794, 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 |