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 |
|---|---|---|---|---|
| Load of known null value in org.jclouds.aws.config.AWSRestClientModule.getDefaultRegion(URI, Map, Logger$LoggerFactory) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 87 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.aws.domain.Region.DEFAULT_REGIONS isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 100 | High |
| org.jclouds.aws.domain.Region.DEFAULT_S3 isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 98 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.aws.filters.FormSigner.mandatoryParametersForSignature should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 73 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Potentially dangerous use of non-short-circuit logic in org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.refineException(HttpCommand, HttpResponse, Exception, AWSError, String) | STYLE | NS_DANGEROUS_NON_SHORT_CIRCUIT | 104 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.jclouds.aws.util.AWSUtils.indexMapOfIterableToFormValuesWithPrefix(HttpRequest, String, String, String, Object) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 197 | Medium |