2bb6e33076a939cd76d3cd9d3bbad4c9911d7a68
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type tierHint : int to location : BlockStoreLocation in method private freeSpaceNoLock(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Change Parameter Type tierHint : Integer to location : BlockStoreLocation in method public freeSpace(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Variable | 1 | ||
Rename Variable block : BlockMeta to optBlock : Optional<BlockMeta> in method private removeBlockNoLock(userId long, blockId long) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Change Variable Type | 1 | ||
Change Variable Type block : BlockMeta to optBlock : Optional<BlockMeta> in method private removeBlockNoLock(userId long, blockId long) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Parameter | 4 | ||
Rename Parameter tierHint : Integer to location : BlockStoreLocation in method public freeSpace(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Parameter bytes : long to size : long in method private freeSpaceNoLock(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Parameter tierHint : int to location : BlockStoreLocation in method private freeSpaceNoLock(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Parameter bytes : long to size : long in method public freeSpace(userId long, size long, location BlockStoreLocation) : boolean in class tachyon.worker.block.TieredBlockStore | From | To |