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 |
|---|---|---|---|---|
| Method org.jclouds.aws.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy$2.call() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 192 | Medium |
| Exception is caught when Exception is not thrown in org.jclouds.aws.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy$2.call() | STYLE | REC_CATCH_EXCEPTION | 229 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.aws.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy$Part be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 256 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.jclouds.aws.s3.blobstore.strategy.internal.SequentialMultipartUploadStrategy.prepareUploadPart(String, String, String, int, Payload, long, long, SortedMap) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 78 | Medium |