FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
67900

org.jclouds.cloudservers.domain.Image

BugCategoryDetailsLinePriority
org.jclouds.cloudservers.domain.Image.getCreated() may expose internal representation by returning Image.createdMALICIOUS_CODEEI_EXPOSE_REP54Medium
org.jclouds.cloudservers.domain.Image.getUpdated() may expose internal representation by returning Image.updatedMALICIOUS_CODEEI_EXPOSE_REP102Medium
org.jclouds.cloudservers.domain.Image.setCreated(Date) may expose internal representation by storing an externally mutable object into Image.createdMALICIOUS_CODEEI_EXPOSE_REP250Medium
org.jclouds.cloudservers.domain.Image.setUpdated(Date) may expose internal representation by storing an externally mutable object into Image.updatedMALICIOUS_CODEEI_EXPOSE_REP298Medium

org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest

BugCategoryDetailsLinePriority
Should org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC74Medium
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.metadataPERFORMANCEURF_UNREAD_FIELD102Medium
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.personalityPERFORMANCEURF_UNREAD_FIELD104Medium
Unread field: org.jclouds.cloudservers.options.CreateServerOptions$ServerRequest.sharedIpGroupIdPERFORMANCEURF_UNREAD_FIELD106Medium

org.jclouds.cloudservers.options.CreateSharedIpGroupOptions$SharedIpGroupRequest

BugCategoryDetailsLinePriority
Unread field: org.jclouds.cloudservers.options.CreateSharedIpGroupOptions$SharedIpGroupRequest.serverPERFORMANCEURF_UNREAD_FIELD54Medium