82d80b9ef7cc0b928fa571b08474f07d9bef507c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type clients : List<BlockMasterClient> to clients : List<CloseableResource<BlockMasterClient>> in method public acquireMasterLimitTest() : void in class alluxio.client.block.BlockStoreContextTest | From | To | |
Change Variable Type client : BlockMasterClient to client : CloseableResource<BlockMasterClient> in method public run() : void in class alluxio.client.block.BlockStoreContextTest.AcquireMasterClient | From | To |