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
601300

org.jclouds.openstack.nova.domain.Address$1

BugCategoryDetailsLinePriority
input must be nonnull but is marked as nullableSTYLENP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE81High

org.jclouds.openstack.nova.domain.Address$2

BugCategoryDetailsLinePriority
input must be nonnull but is marked as nullableSTYLENP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE94High

org.jclouds.openstack.nova.domain.Image

BugCategoryDetailsLinePriority
org.jclouds.openstack.nova.domain.Image.getCreated() may expose internal representation by returning Image.createdMALICIOUS_CODEEI_EXPOSE_REP48Medium
org.jclouds.openstack.nova.domain.Image.getUpdated() may expose internal representation by returning Image.updatedMALICIOUS_CODEEI_EXPOSE_REP52Medium
Unwritten field: org.jclouds.openstack.nova.domain.Image.createdCORRECTNESSUWF_UNWRITTEN_FIELD48Medium
Unwritten field: org.jclouds.openstack.nova.domain.Image.updatedCORRECTNESSUWF_UNWRITTEN_FIELD52Medium

org.jclouds.openstack.nova.domain.Server

BugCategoryDetailsLinePriority
org.jclouds.openstack.nova.domain.Server.getCreated() may expose internal representation by returning Server.createdMALICIOUS_CODEEI_EXPOSE_REP49Medium
org.jclouds.openstack.nova.domain.Server.getUpdated() may expose internal representation by returning Server.updatedMALICIOUS_CODEEI_EXPOSE_REP53Medium
Unwritten field: org.jclouds.openstack.nova.domain.Server.createdCORRECTNESSUWF_UNWRITTEN_FIELD49Medium
Unwritten field: org.jclouds.openstack.nova.domain.Server.updatedCORRECTNESSUWF_UNWRITTEN_FIELD53Medium

org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest

BugCategoryDetailsLinePriority
Should org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC73Medium
Unread field: org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest.metadataPERFORMANCEURF_UNREAD_FIELD97Medium
Unread field: org.jclouds.openstack.nova.options.CreateServerOptions$ServerRequest.personalityPERFORMANCEURF_UNREAD_FIELD99Medium