201e51ebbaf0664effa810b10e832964e0d06711
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private startMasters() : void renamed to protected startMaster(conf TachyonConf) : void in class tachyon.master.LocalTachyonClusterMultiMaster | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public start(conf TachyonConf) : void from class tachyon.master.LocalTachyonCluster to public start(conf TachyonConf) : void from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
Pull Up Method public start() : void from class tachyon.master.LocalTachyonCluster to public start() : void from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected runWorker() : void extracted from private startWorker() : void in class tachyon.master.LocalTachyonClusterMultiMaster & moved to class tachyon.master.AbstractLocalTachyonCluster | From | To | |
Extract And Move Method protected runWorker() : void extracted from private startWorker(testConf TachyonConf) : void in class tachyon.master.LocalTachyonCluster & moved to class tachyon.master.AbstractLocalTachyonCluster | From | To |