The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.webphotos.dao.jpa.WebPhotosDAO | 1 |
net.sf.webphotos.model.AlbumVO | 2 |
net.sf.webphotos.model.AlbumVOBuilder | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread field: net.sf.webphotos.dao.jpa.WebPhotosDAO.keyClass | PERFORMANCE | URF_UNREAD_FIELD | 36 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
net.sf.webphotos.model.AlbumVO.getDtInsercao() may expose internal representation by returning AlbumVO.dtInsercao | MALICIOUS_CODE | EI_EXPOSE_REP | 162 | Medium |
net.sf.webphotos.model.AlbumVO.setDtInsercao(Date) may expose internal representation by storing an externally mutable object into AlbumVO.dtInsercao | MALICIOUS_CODE | EI_EXPOSE_REP2 | 170 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
net.sf.webphotos.model.AlbumVOBuilder.withCreationDate(Date) may expose internal representation by storing an externally mutable object into AlbumVOBuilder.dtInsercao | MALICIOUS_CODE | EI_EXPOSE_REP2 | 57 | Medium |