The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.jclouds.cloudservers.binders.BindCreateImageToJsonPayload$CreateImageRequest be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 41 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jclouds.cloudservers.binders.BindSharedIpGroupToJsonPayload.bindToRequest(HttpRequest, Map) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 56 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.jclouds.cloudservers.binders.BindSharedIpGroupToJsonPayload$ShareIpRequest be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 41 | Medium |
Unread field: org.jclouds.cloudservers.binders.BindSharedIpGroupToJsonPayload$ShareIpRequest.configureServer | PERFORMANCE | URF_UNREAD_FIELD | 56 | Medium |
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 | 71 | Medium |
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.metadata | PERFORMANCE | URF_UNREAD_FIELD | 100 | Medium |
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.personality | PERFORMANCE | URF_UNREAD_FIELD | 102 | Medium |
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.sharedIpGroupId | PERFORMANCE | URF_UNREAD_FIELD | 104 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread field: org.jclouds.cloudservers.options.CreateSharedIpGroupOptions$SharedIpGroupRequest.server | PERFORMANCE | URF_UNREAD_FIELD | 49 | Medium |