The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugins.enforcer.EnforceMojo | 3 |
org.apache.maven.plugins.enforcer.HelpMojo | 1 |
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 | 292 | 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 | 300 | Medium |
org.apache.maven.plugins.enforcer.EnforceMojo.cache isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 126 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.apache.maven.plugins.enforcer.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 | Medium |