380ef878c850f83b5e12176e465d59c737066e20
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createMockReceivedBuffer(channelId InputChannelID) : BufferResponse renamed to private createBufferResponse(buffer Buffer, sequenceNumber int, receivingChannelId InputChannelID) : BufferResponse in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Rename Variable | 1 | ||
Rename Variable mockInputChannel : RemoteInputChannel to inputChannel : RemoteInputChannel in method public testReleaseInputChannelDuringDecode() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Inline Method | 1 | ||
Inline Method private createMockReleasedInputChannel(channelId InputChannelID) : RemoteInputChannel inlined to public testReleaseInputChannelDuringDecode() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter channelId : InputChannelID to receivingChannelId : InputChannelID in method private createBufferResponse(buffer Buffer, sequenceNumber int, receivingChannelId InputChannelID) : BufferResponse in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To |