The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Class | Bugs |
---|---|
ejava.examples.daoex.bo.Author | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
ejava.examples.daoex.bo.Author.getPublishDate() may expose internal representation by returning Author.publishDate | MALICIOUS_CODE | EI_EXPOSE_REP | 61 | Medium |
ejava.examples.daoex.bo.Author.setPublishDate(Date) may expose internal representation by storing an externally mutable object into Author.publishDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 64 | Medium |