The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.its.plugins.VelocityMojo | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Read of unwritten public or protected field velocityComponent in org.apache.maven.its.plugins.VelocityMojo.execute() | STYLE | NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 43 | Medium |
| Unwritten public or protected field: org.apache.maven.its.plugins.VelocityMojo.velocityComponent | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 43 | Medium |