FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
22 3 0 0

org.apache.maven.tools.plugin.javadoc.MojoComponentFieldTaglet

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

org.apache.maven.tools.plugin.javadoc.MojoExecuteTypeTaglet

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

org.apache.maven.tools.plugin.javadoc.MojoParameterFieldTaglet

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 99 Medium