36b83cc56c4e78ff4f7cc1eae501e4271ddefcaa
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable blockLocation : BlockLocation to masterBlockLocation : MasterBlockLocation in method public getBlockInfoList(blockIds List<Long>) : List<UserBlockInfo> in class tachyon.master.next.block.BlockMaster | From | To | |
Change Return Type | 1 | ||
Change Return Type List<BlockLocation> to List<MasterBlockLocation> in method public getBlockLocations() : List<MasterBlockLocation> in class tachyon.master.next.block.meta.BlockInfo | From | To | |
Rename Class | 1 | ||
Rename Class tachyon.master.next.block.meta.BlockLocation renamed to tachyon.master.next.block.meta.MasterBlockLocation | From | To | |
Change Variable Type | 2 | ||
Change Variable Type blockLocation : BlockLocation to masterBlockLocation : MasterBlockLocation in method public getBlockInfoList(blockIds List<Long>) : List<UserBlockInfo> in class tachyon.master.next.block.BlockMaster | From | To | |
Change Variable Type ret : List<BlockLocation> to ret : List<MasterBlockLocation> in method public getBlockLocations() : List<MasterBlockLocation> in class tachyon.master.next.block.meta.BlockInfo | From | To |