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.openstack.nova.domain.Image | 4 |
| org.jclouds.openstack.nova.domain.Server | 4 |
| org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.openstack.nova.domain.Image.getCreated() may expose internal representation by returning Image.created | MALICIOUS_CODE | EI_EXPOSE_REP | 48 | Medium |
| org.jclouds.openstack.nova.domain.Image.getUpdated() may expose internal representation by returning Image.updated | MALICIOUS_CODE | EI_EXPOSE_REP | 52 | Medium |
| Unwritten field: org.jclouds.openstack.nova.domain.Image.created | CORRECTNESS | UWF_UNWRITTEN_FIELD | 48 | Medium |
| Unwritten field: org.jclouds.openstack.nova.domain.Image.updated | CORRECTNESS | UWF_UNWRITTEN_FIELD | 52 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.openstack.nova.domain.Server.getCreated() may expose internal representation by returning Server.created | MALICIOUS_CODE | EI_EXPOSE_REP | 49 | Medium |
| org.jclouds.openstack.nova.domain.Server.getUpdated() may expose internal representation by returning Server.updated | MALICIOUS_CODE | EI_EXPOSE_REP | 53 | Medium |
| Unwritten field: org.jclouds.openstack.nova.domain.Server.created | CORRECTNESS | UWF_UNWRITTEN_FIELD | 49 | Medium |
| Unwritten field: org.jclouds.openstack.nova.domain.Server.updated | CORRECTNESS | UWF_UNWRITTEN_FIELD | 53 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 73 | Medium |
| Unread field: org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest.metadata | PERFORMANCE | URF_UNREAD_FIELD | 97 | Medium |
| Unread field: org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest.personality | PERFORMANCE | URF_UNREAD_FIELD | 99 | Medium |