0d257b8783eaaa8bab780f72eb0bd47a95bab92e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public newTachyonConf(tierLevel int[], tierAlias StorageLevelAlias[], tierPath String[][], tierCapacity long[][]) : TachyonConf renamed to public setTachyonConf(baseDir String, tierLevel int[], tierAlias StorageLevelAlias[], tierPath String[][], tierCapacity long[][], workerDataFolder String) : TachyonConf in class tachyon.worker.block.TieredBlockStoreTestUtils | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tachyonConf : TachyonConf to sTachyonConf : TachyonConf in method public setTachyonConf(baseDir String, tierLevel int[], tierAlias StorageLevelAlias[], tierPath String[][], tierCapacity long[][], workerDataFolder String) : TachyonConf in class tachyon.worker.block.TieredBlockStoreTestUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute TIER_CAPACITY : long[][] to TIER_CAPACITY_BYTES : long[][] in class tachyon.worker.block.TieredBlockStoreTestUtils | From | To |