cd702ef05726172b473ff240e593d4744177244d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type blockLockType : BlockLock.BlockLockType to blockLockType : BlockLockType in method public lockBlock(userId long, blockId long, blockLockType BlockLockType) : Optional<Long> in class tachyon.worker.block.BlockLockManager | From | To | |
| Inline Method | 1 | ||
| Inline Method private createLockId(userId long, lock Lock) : long inlined to public lockBlock(userId long, blockId long, blockLockType BlockLockType) : Optional<Long> in class tachyon.worker.block.BlockLockManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mBlockIdToLockMap : Map<Long,BlockLock> to mLockArray : List<ClientRWLock> in class tachyon.worker.block.BlockLockManager | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type blockLock : BlockLock to blockLock : ClientRWLock in method public lockBlock(userId long, blockId long, blockLockType BlockLockType) : Optional<Long> in class tachyon.worker.block.BlockLockManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mBlockIdToLockMap : Map<Long,BlockLock> to mLockArray : List<ClientRWLock> in class tachyon.worker.block.BlockLockManager | From | To |