The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Class | Bugs |
---|---|
org.myorg.encconfig.bo.AuditRecord | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.myorg.encconfig.bo.AuditRecord.getTimestamp() may expose internal representation by returning AuditRecord.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP | 33 | Medium |
new org.myorg.encconfig.bo.AuditRecord(Date, String) may expose internal representation by storing an externally mutable object into AuditRecord.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 28 | Medium |
org.myorg.encconfig.bo.AuditRecord.setTimestamp(Date) may expose internal representation by storing an externally mutable object into AuditRecord.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 35 | Medium |