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
94500

net.orpiske.ssps.common.db.derby.DerbyDatabaseManager

BugCategoryDetailsLinePriority
Write to static field net.orpiske.ssps.common.db.derby.DerbyDatabaseManager.protocol from instance method new net.orpiske.ssps.common.db.derby.DerbyDatabaseManager(String, Properties, boolean)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD52High

net.orpiske.ssps.common.db.version.DbVersionDto

BugCategoryDetailsLinePriority
net.orpiske.ssps.common.db.version.DbVersionDto.getConversionDate() may expose internal representation by returning DbVersionDto.conversionDateMALICIOUS_CODEEI_EXPOSE_REP45Medium
net.orpiske.ssps.common.db.version.DbVersionDto.getCreationDate() may expose internal representation by returning DbVersionDto.creationDateMALICIOUS_CODEEI_EXPOSE_REP37Medium
net.orpiske.ssps.common.db.version.DbVersionDto.setConversionDate(Date) may expose internal representation by storing an externally mutable object into DbVersionDto.conversionDateMALICIOUS_CODEEI_EXPOSE_REP249Medium
net.orpiske.ssps.common.db.version.DbVersionDto.setCreationDate(Date) may expose internal representation by storing an externally mutable object into DbVersionDto.creationDateMALICIOUS_CODEEI_EXPOSE_REP241Medium