FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
10400

net.sf.webphotos.dao.jpa.WebPhotosDAO

BugCategoryDetailsLinePriority
Unread field: net.sf.webphotos.dao.jpa.WebPhotosDAO.keyClassPERFORMANCEURF_UNREAD_FIELD36Medium

net.sf.webphotos.model.AlbumVO

BugCategoryDetailsLinePriority
net.sf.webphotos.model.AlbumVO.getDtInsercao() may expose internal representation by returning AlbumVO.dtInsercaoMALICIOUS_CODEEI_EXPOSE_REP162Medium
net.sf.webphotos.model.AlbumVO.setDtInsercao(Date) may expose internal representation by storing an externally mutable object into AlbumVO.dtInsercaoMALICIOUS_CODEEI_EXPOSE_REP2170Medium

net.sf.webphotos.model.AlbumVOBuilder

BugCategoryDetailsLinePriority
net.sf.webphotos.model.AlbumVOBuilder.withCreationDate(Date) may expose internal representation by storing an externally mutable object into AlbumVOBuilder.dtInsercaoMALICIOUS_CODEEI_EXPOSE_REP257Medium