FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
5403

org.apache.maven.plugins.enforcer.EnforceMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.enforcer.EnforceMojo.getRules() may expose internal representation by returning EnforceMojo.rulesMALICIOUS_CODEEI_EXPOSE_REP278Medium
org.apache.maven.plugins.enforcer.EnforceMojo.setRules(EnforcerRule[]) may expose internal representation by storing an externally mutable object into EnforceMojo.rulesMALICIOUS_CODEEI_EXPOSE_REP2286Medium
org.apache.maven.plugins.enforcer.EnforceMojo.cache should be both final and package protectedMALICIOUS_CODEMS_FINAL_PKGPROTECT114Medium

org.apache.maven.plugins.enforcer.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.enforcer.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium