The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.orpiske.ssps.common.db.derby.DerbyDatabaseManager | 1 |
net.orpiske.ssps.common.db.version.DbVersionDto | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
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) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 52 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
net.orpiske.ssps.common.db.version.DbVersionDto.getConversionDate() may expose internal representation by returning DbVersionDto.conversionDate | MALICIOUS_CODE | EI_EXPOSE_REP | 45 | Medium |
net.orpiske.ssps.common.db.version.DbVersionDto.getCreationDate() may expose internal representation by returning DbVersionDto.creationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 37 | Medium |
net.orpiske.ssps.common.db.version.DbVersionDto.setConversionDate(Date) may expose internal representation by storing an externally mutable object into DbVersionDto.conversionDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 49 | Medium |
net.orpiske.ssps.common.db.version.DbVersionDto.setCreationDate(Date) may expose internal representation by storing an externally mutable object into DbVersionDto.creationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 41 | Medium |