e430c9edffa8d6a4e2d1eabd93d394397c3016d5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method protected getServiceLoader() : ServiceLoader<MasterFactory> from class alluxio.master.AlluxioMaster to package getServiceLoader() : ServiceLoader<MasterFactory> from class alluxio.master.AlluxioMasterService.Factory | From | To | |
| Move Method public getServiceNames() : List<String> from class alluxio.master.AlluxioMaster to public getServiceNames() : List<String> from class alluxio.master.AlluxioMasterService.Factory | From | To | |
| Rename Variable | 1 | ||
| Rename Variable discoveredMasterFactories : ServiceLoader<WorkerFactory> to discoveredWorkerFactories : ServiceLoader<WorkerFactory> in method public DefaultAlluxioWorker() in class alluxio.worker.DefaultAlluxioWorker | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private sServiceLoader : ServiceLoader<MasterFactory> from class alluxio.master.AlluxioMaster to private sServiceLoader : ServiceLoader<MasterFactory> from class alluxio.master.AlluxioMasterService.Factory | From | To | |
| Move Attribute private sServiceNames : List<String> from class alluxio.master.AlluxioMaster to private sServiceNames : List<String> from class alluxio.master.AlluxioMasterService.Factory | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.master.AlluxioMasterService.Factory from class alluxio.master.AlluxioMaster | From | To |