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 |
|---|---|---|---|---|
| org.jclouds.azureblob.domain.internal.BlobPropertiesImpl.getLastModified() may expose internal representation by returning BlobPropertiesImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP | 101 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl.getLastModified() may expose internal representation by returning ContainerPropertiesImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP | 69 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl.getLastModified() may expose internal representation by returning MutableBlobPropertiesImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP | 99 | Medium |
| org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableBlobPropertiesImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP2 | 149 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl.getLastModified() may expose internal representation by returning MutableContainerPropertiesWithMetadataImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP | 63 | Medium |
| org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableContainerPropertiesWithMetadataImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP2 | 105 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders.setContext(HttpRequest) | STYLE | BC_UNCONFIRMED_CAST | 71 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders.setContext(HttpRequest) | STYLE | BC_UNCONFIRMED_CAST | 105 | Medium |