The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jclouds.slicehost.domain.Backup | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.slicehost.domain.Backup.getDate() may expose internal representation by returning Backup.date | MALICIOUS_CODE | EI_EXPOSE_REP | 67 | Medium |
| new org.jclouds.slicehost.domain.Backup(int, String, String, Date) may expose internal representation by storing an externally mutable object into Backup.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 39 | Medium |