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
10 3 0 0

org.apache.maven.reporting.exec.MavenReportExecutorRequest

Bug Category Details Line Priority
org.apache.maven.reporting.exec.MavenReportExecutorRequest.getReportPlugins() may expose internal representation by returning MavenReportExecutorRequest.reportPlugins MALICIOUS_CODE EI_EXPOSE_REP 79 Medium
org.apache.maven.reporting.exec.MavenReportExecutorRequest.setReportPlugins(ReportPlugin[]) may expose internal representation by storing an externally mutable object into MavenReportExecutorRequest.reportPlugins MALICIOUS_CODE EI_EXPOSE_REP2 84 Medium

org.codehaus.doxia.sink.Sink

Bug Category Details Line Priority
The class name org.codehaus.doxia.sink.Sink shadows the simple name of implemented interface org.apache.maven.doxia.sink.Sink BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_INTERFACE Not available Medium