010f36b41545bcec1a7a2ffa42731533058086da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getUnderStorageType() : UnderStorageType renamed to public getWriteType() : WriteType in class alluxio.client.file.options.CreateDirectoryOptions | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type recursive : boolean to options : DeleteOptions in method public delete(path String, options DeleteOptions) : Response in class alluxio.proxy.FileSystemClientRestServiceHandler | From | To | |
Change Parameter Type recursive : boolean to options : FreeOptions in method public free(path String, options FreeOptions) : Response in class alluxio.proxy.FileSystemClientRestServiceHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable jsonString : String to body : Object in method public fields() : void in class alluxio.rest.TestCaseOptionsTest | From | To | |
Change Return Type | 1 | ||
Change Return Type UnderStorageType to WriteType in method public getWriteType() : WriteType in class alluxio.client.file.options.CreateDirectoryOptions | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mJsonString : String to mBody : Object in class alluxio.rest.TestCaseOptions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jsonString : String to body : Object in method public fields() : void in class alluxio.rest.TestCaseOptionsTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mJsonString : String to mBody : Object in class alluxio.rest.TestCaseOptions | From | To | |
Rename Parameter | 3 | ||
Rename Parameter policy : FileWriteLocationPolicy to locationPolicy : FileWriteLocationPolicy in method public setLocationPolicy(locationPolicy FileWriteLocationPolicy) : OpenFileOptions in class alluxio.client.file.options.OpenFileOptions | From | To | |
Rename Parameter recursive : boolean to options : DeleteOptions in method public delete(path String, options DeleteOptions) : Response in class alluxio.proxy.FileSystemClientRestServiceHandler | From | To | |
Rename Parameter recursive : boolean to options : FreeOptions in method public free(path String, options FreeOptions) : Response in class alluxio.proxy.FileSystemClientRestServiceHandler | From | To |