a7e1d1fe21705aca257fa6372e17dfe25cbf9552
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setupTestConf() : void renamed to public newTestConf() : TachyonConf in class tachyon.master.LocalTachyonCluster | From | To | |
Rename Variable | 3 | ||
Rename Variable tachyonConf : TachyonConf to testConf : TachyonConf in method private startCluster(bindHost String) : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
Rename Variable tachyonConf : TachyonConf to testConf : TachyonConf in method public before() : void in class tachyon.worker.DataServerIntegrationTest | From | To | |
Rename Variable conf : TachyonConf to testConf : TachyonConf in method public before() : void in class tachyon.client.RemoteBlockInStreamIntegrationTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to TachyonConf in method public newTestConf() : TachyonConf in class tachyon.master.LocalTachyonCluster | From | To | |
Extract Method | 1 | ||
Extract Method public start(conf TachyonConf) : void extracted from public start() : void in class tachyon.master.LocalTachyonCluster | From | To |