44ce812455bdefeda873222cf1bce7376c35ee40
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private randomString() : String from class alluxio.master.AlluxioMasterRestApiTest to public randomString() : String from class alluxio.IntegrationTestUtils | From | To | |
| Rename Variable | 1 | ||
| Rename Variable tierAssoc : WorkerStorageTierAssoc to mTierAssoc : MasterStorageTierAssoc in method private getTierAliasComparator() : Comparator<String> in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type tierAssoc : WorkerStorageTierAssoc to tierAssoc : MasterStorageTierAssoc in method public getCapacityBytesOnTiersTest() : void in class alluxio.master.AlluxioMasterRestApiTest | From | To | |
| Change Variable Type tierAssoc : WorkerStorageTierAssoc to mTierAssoc : MasterStorageTierAssoc in method private getTierAliasComparator() : Comparator<String> in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
| Change Variable Type tierToDirPaths : Map<String,String> to tierToDirPaths : SortedMap<String,List<String>> in method public getDirectoryPathsOnTiers() : Response in class alluxio.worker.AlluxioWorkerRestServiceHandler | From | To |