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
59800

org.jclouds.azureblob.domain.internal.BlobPropertiesImpl

BugCategoryDetailsLinePriority
org.jclouds.azureblob.domain.internal.BlobPropertiesImpl.getLastModified() may expose internal representation by returning BlobPropertiesImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP101Medium

org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl

BugCategoryDetailsLinePriority
org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl.getLastModified() may expose internal representation by returning ContainerPropertiesImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP69Medium

org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl

BugCategoryDetailsLinePriority
org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl.getLastModified() may expose internal representation by returning MutableBlobPropertiesImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP99Medium
org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableBlobPropertiesImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP2149Medium

org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl

BugCategoryDetailsLinePriority
org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl.getLastModified() may expose internal representation by returning MutableContainerPropertiesWithMetadataImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP63Medium
org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableContainerPropertiesWithMetadataImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP2105Medium

org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders.setContext(HttpRequest)STYLEBC_UNCONFIRMED_CAST71Medium

org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders.setContext(HttpRequest)STYLEBC_UNCONFIRMED_CAST105Medium