6c9e26713502a5256520ca3c1619e1da952666d9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public read(buffer Buffer, moreAvailable boolean) : TestInputChannel extracted from public read(buffer Buffer) : TestInputChannel in class org.apache.flink.runtime.io.network.partition.consumer.TestInputChannel | From | To | |
Extract Method public readBuffer(moreAvailable boolean) : TestInputChannel extracted from public readBuffer() : TestInputChannel in class org.apache.flink.runtime.io.network.partition.consumer.TestInputChannel | From | To | |
Rename Parameter | 2 | ||
Rename Parameter channelIndex : int to expectedChannelIndex : int in method package verifyBufferOrEvent(inputGate InputGate, expectedIsBuffer boolean, expectedChannelIndex int, expectedMoreAvailable boolean) : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateTest | From | To | |
Rename Parameter isBuffer : boolean to expectedIsBuffer : boolean in method package verifyBufferOrEvent(inputGate InputGate, expectedIsBuffer boolean, expectedChannelIndex int, expectedMoreAvailable boolean) : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateTest | From | To |