2c096c24f9b7ff035fb7c7fe2cb3564a7a4d1bb9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 2 | ||
| Extract Variable key : Key in method private getBlockInfo(sessionId long, blockId long) : BlockInfo from class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Extract Variable key : Key in method public releaseAccess(sessionId long, blockId long) : void from class alluxio.worker.block.UnderFileSystemBlockStore | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mBlocks : ConcurrentHashMapV8<Key,BlockInfo> to mBlocks : Map<Key,BlockInfo> in class alluxio.worker.block.UnderFileSystemBlockStore | From | To |