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.cloudservers.domain.Image | 4 |
| org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest | 4 |
| org.jclouds.cloudservers.options.CreateSharedIpGroupOptions$SharedIpGroupRequest | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.cloudservers.domain.Image.getCreated() may expose internal representation by returning Image.created | MALICIOUS_CODE | EI_EXPOSE_REP | 54 | Medium |
| org.jclouds.cloudservers.domain.Image.getUpdated() may expose internal representation by returning Image.updated | MALICIOUS_CODE | EI_EXPOSE_REP | 102 | Medium |
| org.jclouds.cloudservers.domain.Image.setCreated(Date) may expose internal representation by storing an externally mutable object into Image.created | MALICIOUS_CODE | EI_EXPOSE_REP2 | 50 | Medium |
| org.jclouds.cloudservers.domain.Image.setUpdated(Date) may expose internal representation by storing an externally mutable object into Image.updated | MALICIOUS_CODE | EI_EXPOSE_REP2 | 98 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 74 | Medium |
| Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.metadata | PERFORMANCE | URF_UNREAD_FIELD | 102 | Medium |
| Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.personality | PERFORMANCE | URF_UNREAD_FIELD | 104 | Medium |
| Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.sharedIpGroupId | PERFORMANCE | URF_UNREAD_FIELD | 106 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: org.jclouds.cloudservers.options.CreateSharedIpGroupOptions$SharedIpGroupRequest.server | PERFORMANCE | URF_UNREAD_FIELD | 54 | Medium |