6585e3be7aa0edf729086b6435ef68dd5116f02f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type toTransfer : List<Pair<Long,Integer>> to toTransfer : List<Pair<Long,BlockStoreLocation>> in method public EvictionPlan(toTransfer List<Pair<Long,BlockStoreLocation>>, toEvict List<Long>) in class tachyon.worker.block.evictor.EvictionPlan | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Pair<Long,Integer>> to List<Pair<Long,BlockStoreLocation>> in method public toTransfer() : List<Pair<Long,BlockStoreLocation>> in class tachyon.worker.block.evictor.EvictionPlan | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mToTransfer : List<Pair<Long,Integer>> to mToMove : List<Pair<Long,BlockStoreLocation>> in class tachyon.worker.block.evictor.EvictionPlan | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mToTransfer : List<Pair<Long,Integer>> to mToMove : List<Pair<Long,BlockStoreLocation>> in class tachyon.worker.block.evictor.EvictionPlan | From | To |