0a3aae3d6014efa382673352c25717b90ed342b6
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getMasterHostname() : String renamed to public getHostname() : String in class alluxio.master.LocalAlluxioCluster | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mResource : LocalAlluxioClusterResource to mHostname : String in class alluxio.rest.TestCase | From | To | |
| Rename Attribute mService : String to mPort : int in class alluxio.rest.TestCase | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mResource : LocalAlluxioClusterResource to mHostname : String in class alluxio.rest.TestCase | From | To | |
| Change Attribute Type mService : String to mPort : int in class alluxio.rest.TestCase | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter service : String to hostname : String in method public TestCase(hostname String, port int, endpoint String, parameters Map<String,String>, method String, expectedResult Object, jsonString String, prettyPrint boolean) in class alluxio.rest.TestCase | From | To |