The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugins.enforcer.EnforceMojo | 3 |
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 | 307 | 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 | 315 | Medium |
org.apache.maven.plugins.enforcer.EnforceMojo.cache should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 68 | Medium |