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
1191100

org.jclouds.cloudsigma.binders.BindCloneDriveOptionsToPlainTextString

BugCategoryDetailsLinePriority
Unchecked/unconfirmed cast from org.jclouds.http.HttpRequest to org.jclouds.rest.internal.GeneratedHttpRequest in org.jclouds.cloudsigma.binders.BindCloneDriveOptionsToPlainTextString.bindToRequest(HttpRequest, Map)STYLEBC_UNCONFIRMED_CAST60Medium

org.jclouds.cloudsigma.compute.functions.ServerInfoToNodeMetadata$DeviceToVolume

BugCategoryDetailsLinePriority
integral division result cast to double or float in org.jclouds.cloudsigma.compute.functions.ServerInfoToNodeMetadata$DeviceToVolume.apply(Device)STYLEICAST_IDIV_CAST_TO_DOUBLE136Medium

org.jclouds.cloudsigma.domain.CreateDriveRequest$Builder

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.domain.CreateDriveRequest$Builder doesn't override Drive$Builder.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS34Medium

org.jclouds.cloudsigma.domain.DriveInfo$Builder

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.domain.DriveInfo$Builder doesn't override Drive$Builder.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS35Medium

org.jclouds.cloudsigma.domain.SCSIDevice

BugCategoryDetailsLinePriority
Unread field: org.jclouds.cloudsigma.domain.SCSIDevice.bus; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC42Medium

org.jclouds.cloudsigma.domain.Server$Builder

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.domain.Server$Builder doesn't override Item$Builder.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS39Medium

org.jclouds.cloudsigma.domain.ServerInfo

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.domain.ServerInfo.getStarted() may expose internal representation by returning ServerInfo.startedMALICIOUS_CODEEI_EXPOSE_REP188Medium
new org.jclouds.cloudsigma.domain.ServerInfo(String, String, int, Integer, int, boolean, Map, Iterable, Iterable, Iterable, VNC, String, ServerStatus, Date, String, ServerMetrics) may expose internal representation by storing an externally mutable object into ServerInfo.startedMALICIOUS_CODEEI_EXPOSE_REP2173Medium

org.jclouds.cloudsigma.domain.ServerInfo$Builder

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.domain.ServerInfo$Builder.started(Date) may expose internal representation by storing an externally mutable object into ServerInfo$Builder.startedMALICIOUS_CODEEI_EXPOSE_REP244Medium
org.jclouds.cloudsigma.domain.ServerInfo$Builder doesn't override Item$Builder.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS32Medium

org.jclouds.cloudsigma.functions.MapToDriveInfo

BugCategoryDetailsLinePriority
org.jclouds.cloudsigma.functions.MapToDriveInfo.apply(Map) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR91Medium