2f982199b35c46911a5fa5131a00ac8fd5c89218
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public putObject() : void renamed to private putObjectTest(object byte[]) : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable message : String to objectContent : String in method public putObjectWithWrongMD5() : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private BUFFER_SIZE : int in class alluxio.proxy.s3.S3RestServiceHandler | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable objectContent : String to object : byte[] in method private putObjectTest(object byte[]) : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type objectContent : String to object : byte[] in method private putObjectTest(object byte[]) : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To | |
| Change Variable Type writtenObjectContent : String to writtenObjectContent : byte[] in method private putObjectTest(object byte[]) : void in class alluxio.proxy.s3.S3ClientRestApiTest | From | To |