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
53800

org.jclouds.openstack.swift.domain.internal.DelegatingMutableObjectInfoWithMetadata

BugCategoryDetailsLinePriority
org.jclouds.openstack.swift.domain.internal.DelegatingMutableObjectInfoWithMetadata doesn't override org.jclouds.io.payloads.BaseMutableContentMetadata.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS33Medium

org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl

BugCategoryDetailsLinePriority
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.getHash() may expose internal representation by returning MutableObjectInfoWithMetadataImpl.hashMALICIOUS_CODEEI_EXPOSE_REP74Medium
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.getLastModified() may expose internal representation by returning MutableObjectInfoWithMetadataImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP78Medium
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.setHash(byte[]) may expose internal representation by storing an externally mutable object into MutableObjectInfoWithMetadataImpl.hashMALICIOUS_CODEEI_EXPOSE_REP258Medium
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableObjectInfoWithMetadataImpl.lastModifiedMALICIOUS_CODEEI_EXPOSE_REP2142Medium

org.jclouds.openstack.swift.domain.internal.ObjectInfoImpl

BugCategoryDetailsLinePriority
org.jclouds.openstack.swift.domain.internal.ObjectInfoImpl.getHash() may expose internal representation by returning ObjectInfoImpl.hashMALICIOUS_CODEEI_EXPOSE_REP50Medium
org.jclouds.openstack.swift.domain.internal.ObjectInfoImpl.getLastModified() may expose internal representation by returning ObjectInfoImpl.last_modifiedMALICIOUS_CODEEI_EXPOSE_REP54Medium

org.jclouds.openstack.swift.functions.ParseObjectInfoListFromJsonResponse

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.openstack.swift.functions.ParseObjectInfoListFromJsonResponse.setContext(HttpRequest)STYLEBC_UNCONFIRMED_CAST93Medium