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.openstack.swift.domain.internal.DelegatingMutableObjectInfoWithMetadata doesn't override org.jclouds.io.payloads.BaseMutableContentMetadata.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 33 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.getHash() may expose internal representation by returning MutableObjectInfoWithMetadataImpl.hash | MALICIOUS_CODE | EI_EXPOSE_REP | 74 | Medium |
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.getLastModified() may expose internal representation by returning MutableObjectInfoWithMetadataImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP | 78 | Medium |
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.setHash(byte[]) may expose internal representation by storing an externally mutable object into MutableObjectInfoWithMetadataImpl.hash | MALICIOUS_CODE | EI_EXPOSE_REP2 | 58 | Medium |
org.jclouds.openstack.swift.domain.internal.MutableObjectInfoWithMetadataImpl.setLastModified(Date) may expose internal representation by storing an externally mutable object into MutableObjectInfoWithMetadataImpl.lastModified | MALICIOUS_CODE | EI_EXPOSE_REP2 | 142 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jclouds.openstack.swift.domain.internal.ObjectInfoImpl.getHash() may expose internal representation by returning ObjectInfoImpl.hash | MALICIOUS_CODE | EI_EXPOSE_REP | 50 | Medium |
org.jclouds.openstack.swift.domain.internal.ObjectInfoImpl.getLastModified() may expose internal representation by returning ObjectInfoImpl.last_modified | MALICIOUS_CODE | EI_EXPOSE_REP | 54 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.openstack.swift.functions.ParseObjectInfoListFromJsonResponse.setContext(HttpRequest) | STYLE | BC_UNCONFIRMED_CAST | 93 | Medium |