The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.tools.plugin.javadoc.MojoComponentFieldTaglet | 1 |
| org.apache.maven.tools.plugin.javadoc.MojoExecuteTypeTaglet | 1 |
| org.apache.maven.tools.plugin.javadoc.MojoParameterFieldTaglet | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.tools.plugin.javadoc.MojoComponentFieldTaglet.getAllowedParameterNames() may expose internal representation by returning MojoComponentFieldTaglet.COMPONENTS_NAME | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.tools.plugin.javadoc.MojoExecuteTypeTaglet.getAllowedParameterNames() may expose internal representation by returning MojoExecuteTypeTaglet.PARAMETERS_NAME | MALICIOUS_CODE | EI_EXPOSE_REP | 95 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.tools.plugin.javadoc.MojoParameterFieldTaglet.getAllowedParameterNames() may expose internal representation by returning MojoParameterFieldTaglet.PARAMETERS_NAME | MALICIOUS_CODE | EI_EXPOSE_REP | 96 | Medium |