46519bfd7f4fa2cefff90dbf752339f94cd1542b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createObject(contentMD5 String, bucket String, object String, partNumber Integer, uploadId Long, is InputStream) : Response renamed to public createObjectOrUploadPart(contentMD5 String, bucket String, object String, partNumber Integer, uploadId Long, is InputStream) : Response in class alluxio.proxy.s3.S3RestServiceHandler | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute xmlMapper : XmlMapper to XML_MAPPER : XmlMapper in method public completeMultipartUpload() : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public toS3Date(epoch long) : String extracted from public ListBucketResult(bucketName String, objectsList List<URIStatus>, options ListBucketOptions) in class alluxio.proxy.s3.ListBucketResult & moved to class alluxio.proxy.s3.S3RestUtils | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter bucket : String to bucketPath : String in method public getMultipartTemporaryDirForObject(bucketPath String, objectKey String) : String in class alluxio.proxy.s3.S3RestUtils | From | To | |
| Rename Parameter object : String to objectKey : String in method public getMultipartTemporaryDirForObject(bucketPath String, objectKey String) : String in class alluxio.proxy.s3.S3RestUtils | From | To |