3ca9bb5196abf1ce2e3494cabe5bdaf32ceea0fd
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 6 | ||
| Rename Method protected runWorkers() : void renamed to protected startWorkers() : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Rename Method protected startMaster() : void renamed to protected startMasters() : void in class alluxio.master.LocalAlluxioCluster | From | To | |
| Rename Method public abstract stopFS() : void renamed to protected abstract stopMasters() : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Rename Method protected startMaster() : void renamed to protected startMasters() : void in class alluxio.master.MultiMasterLocalAlluxioCluster | From | To | |
| Rename Method protected abstract startMaster() : void renamed to protected abstract startMasters() : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Rename Method public stopFS() : void renamed to public stopMasters() : void in class alluxio.master.LocalAlluxioCluster | From | To | |
| Pull Up Method | 4 | ||
| Pull Up Method public stopWorkers() : void from class alluxio.master.MultiMasterLocalAlluxioCluster to protected stopProxy() : void from class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Pull Up Method public stopWorkers() : void from class alluxio.master.LocalAlluxioCluster to protected stopProxy() : void from class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Pull Up Method public stopWorkers() : void from class alluxio.master.LocalAlluxioCluster to public stopWorkers() : void from class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Pull Up Method public stopWorkers() : void from class alluxio.master.MultiMasterLocalAlluxioCluster to public stopWorkers() : void from class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mCondition : Condition to mLatch : CountDownLatch in class alluxio.master.AlluxioSecondaryMaster | From | To | |
| Rename Attribute mCondition : Condition to mLatch : CountDownLatch in class alluxio.proxy.AlluxioProxyProcess | From | To | |
| Extract Variable | 1 | ||
| Extract Variable thread : Thread in method protected startWorkers() : void from class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Extract Method | 1 | ||
| Extract Method private startProxy() : void extracted from public start() : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mCondition : Condition to mLatch : CountDownLatch in class alluxio.master.AlluxioSecondaryMaster | From | To | |
| Change Attribute Type mCondition : Condition to mLatch : CountDownLatch in class alluxio.proxy.AlluxioProxyProcess | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public stopFS() : void extracted from public stopFS() : void in class alluxio.master.MultiMasterLocalAlluxioCluster & moved to class alluxio.master.AbstractLocalAlluxioCluster | From | To |