FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
5400

org.apache.maven.plugins.enforcer.EnforceMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.enforcer.EnforceMojo.getRules() may expose internal representation by returning EnforceMojo.rulesMALICIOUS_CODEEI_EXPOSE_REP292Medium
org.apache.maven.plugins.enforcer.EnforceMojo.setRules(EnforcerRule[]) may expose internal representation by storing an externally mutable object into EnforceMojo.rulesMALICIOUS_CODEEI_EXPOSE_REP2300Medium
org.apache.maven.plugins.enforcer.EnforceMojo.cache isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL126High

org.apache.maven.plugins.enforcer.HelpMojo

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugins.enforcer.HelpMojo.goalCORRECTNESSUWF_UNWRITTEN_FIELD76Medium