ea4be925ab49ff1984ff6e7652f581a4b79bce5a
Files Diff
- Added: 3
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method protected setUnderStoreStream(pos long) : void from class alluxio.client.block.DelegatedUnderStoreBlockInStream to private setUnderStoreStream(pos long) : void from class alluxio.client.block.UnderStoreBlockInStream | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ufsPath : String to underStoreStreamFactory : UnderStoreStreamFactory in method protected UnderStoreBlockInStream(initPos long, length long, fileBlockSize long, underStoreStreamFactory UnderStoreStreamFactory) in class alluxio.client.block.UnderStoreBlockInStream | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.client.block.DirectUnderStoreBlockInStreamTest renamed to alluxio.client.block.UnderStoreBlockInStreamTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mUfsPath : String to mUnderStoreStreamFactory : UnderStoreStreamFactory in class alluxio.client.block.UnderStoreBlockInStream | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mUfsPath : String to mUnderStoreStreamFactory : UnderStoreStreamFactory in class alluxio.client.block.UnderStoreBlockInStream | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter ufsPath : String to underStoreStreamFactory : UnderStoreStreamFactory in method protected UnderStoreBlockInStream(initPos long, length long, fileBlockSize long, underStoreStreamFactory UnderStoreStreamFactory) in class alluxio.client.block.UnderStoreBlockInStream | From | To |