57cef728dbec5c806ad4068e25f97d9b53b2d1af
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public getClientChannelHandlers() : ChannelHandler[] from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to public getClientChannelHandlers() : ChannelHandler[] from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Pull Up Method public getServerChannelHandlers() : ChannelHandler[] from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to public getServerChannelHandlers() : ChannelHandler[] from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Pull Up Method package PartitionRequestProtocol(partitionProvider ResultPartitionProvider, taskEventDispatcher TaskEventDispatcher) from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to package NettyProtocol(partitionProvider ResultPartitionProvider, taskEventDispatcher TaskEventDispatcher) from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Pull Up Attribute | 3 | ||
| Pull Up Attribute private messageDecoder : NettyMessage.NettyMessageDecoder from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to private messageDecoder : NettyMessage.NettyMessageDecoder from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Pull Up Attribute private partitionProvider : ResultPartitionProvider from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to private partitionProvider : ResultPartitionProvider from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Pull Up Attribute private taskEventDispatcher : TaskEventDispatcher from class org.apache.flink.runtime.io.network.netty.PartitionRequestProtocol to private taskEventDispatcher : TaskEventDispatcher from class org.apache.flink.runtime.io.network.netty.NettyProtocol | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type protocol : PartitionRequestProtocol to protocol : NettyProtocol in method public testCancelPartitionRequest() : void in class org.apache.flink.runtime.io.network.netty.CancelPartitionRequestTest | From | To | |
| Change Variable Type protocol : PartitionRequestProtocol to protocol : NettyProtocol in method public testDuplicateCancel() : void in class org.apache.flink.runtime.io.network.netty.CancelPartitionRequestTest | From | To | |
| Change Variable Type protocol : PartitionRequestProtocol to protocol : NettyProtocol in method private createEmbeddedChannel() : EmbeddedChannel in class org.apache.flink.runtime.io.network.netty.ClientTransportErrorHandlingTest | From | To | |
| Change Variable Type partitionRequestProtocol : PartitionRequestProtocol to partitionRequestProtocol : NettyProtocol in method public start(partitionProvider ResultPartitionProvider, taskEventDispatcher TaskEventDispatcher) : void in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager | From | To |