The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| com.disid.fiebdc3.Database | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| com.disid.fiebdc3.Database.getCertDate() may expose internal representation by returning Database.certDate | MALICIOUS_CODE | EI_EXPOSE_REP | 242 | Medium |
| com.disid.fiebdc3.Database.setCertDate(Date) may expose internal representation by storing an externally mutable object into Database.certDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 246 | Medium |