The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
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 |