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
19100

org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent

BugCategoryDetailsLinePriority
Method org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent.handleError(HttpCommand, HttpResponse) invokes inefficient new Long(long) constructor; use Long.valueOf(long) insteadPERFORMANCEDM_NUMBER_CTOR69Medium