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
4 4 0 0

org.apache.maven.plugins.enforcer.DisplayInfoMojo

Bug Category Details Line Priority
Unread public/protected field: org.apache.maven.plugins.enforcer.DisplayInfoMojo.container STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 72 Medium

org.apache.maven.plugins.enforcer.EnforceMojo

Bug Category Details Line Priority
org.apache.maven.plugins.enforcer.EnforceMojo.getRules() may expose internal representation by returning EnforceMojo.rules MALICIOUS_CODE EI_EXPOSE_REP 291 Medium
org.apache.maven.plugins.enforcer.EnforceMojo.setRules(EnforcerRule[]) may expose internal representation by storing an externally mutable object into EnforceMojo.rules MALICIOUS_CODE EI_EXPOSE_REP2 299 Medium
org.apache.maven.plugins.enforcer.EnforceMojo.cache should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 63 Medium