c7d04863abc1580f0ec296506fa2fff76de8956f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method protected setupTest(testConf TachyonConf) : void from class tachyon.master.LocalTachyonCluster to protected setupTest(conf TachyonConf) : void from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
| Pull Up Method public stopUFS() : void from class tachyon.master.LocalTachyonCluster to protected stopUFS() : void from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private sRandomGenerator : Random from class tachyon.master.LocalTachyonCluster to private sRandomGenerator : Random from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
| Pull Up Attribute private mUfsCluster : UnderFileSystemCluster from class tachyon.master.LocalTachyonCluster to protected mUfsCluster : UnderFileSystemCluster from class tachyon.master.AbstractLocalTachyonCluster | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter testConf : TachyonConf to conf : TachyonConf in method protected setupTest(conf TachyonConf) : void in class tachyon.master.AbstractLocalTachyonCluster | From | To |