FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
4 2 0 0

Files

Class Bugs
ejava.examples.daoex.bo.Author 2

ejava.examples.daoex.bo.Author

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