6f33acbd711d293aa56139d2f3e8d6ef45f11eb1
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 2 | ||
Rename Class alluxio.worker.netty.BlockWriteHandler.BlockWriteRequestInternal renamed to alluxio.worker.netty.BlockWriteHandler.BlockWriteRequest | From | To | |
Rename Class alluxio.worker.netty.BlockReadHandler.BlockReadRequestInternal renamed to alluxio.worker.netty.BlockReadHandler.BlockReadRequest | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class alluxio.worker.netty.AbstractReadHandler.ReadRequestInternal moved and renamed to alluxio.worker.netty.AbstractReadRequest | From | To | |
Move And Rename Class alluxio.worker.netty.AbstractWriteHandler.WriteRequestInternal moved and renamed to alluxio.worker.netty.AbstractWriteRequest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type request : BlockWriteRequestInternal to request : BlockWriteRequest in method protected writeBuf(channel Channel, buf ByteBuf, pos long) : void in class alluxio.worker.netty.BlockWriteHandler | From | To | |
Change Variable Type request : BlockReadRequestInternal to request : BlockReadRequest in method private openBlock(channel Channel) : void in class alluxio.worker.netty.BlockReadHandler | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mRequest : ReadRequestInternal to mRequest : AbstractReadRequest in class alluxio.worker.netty.AbstractReadHandler | From | To | |
Change Attribute Type mRequest : WriteRequestInternal to mRequest : AbstractWriteRequest in class alluxio.worker.netty.AbstractWriteHandler | From | To |