1752fdb339df4e4d0a5063b24c460abdc0a44264
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable inputChannel : RemoteInputChannel to connectionManager : ConnectionManager in method private createRemoteInputChannel(inputGate SingleInputGate) : RemoteInputChannel in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Rename Variable client : CreditBasedClientHandler to handler : CreditBasedClientHandler in method public testThrowExceptionForNoAvailableBuffer() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Rename Variable client : CreditBasedClientHandler to handler : CreditBasedClientHandler in method public testReceiveBuffer() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type inputChannel : RemoteInputChannel to connectionManager : ConnectionManager in method private createRemoteInputChannel(inputGate SingleInputGate) : RemoteInputChannel in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Extract Method | 2 | ||
Extract Method private createRemoteInputChannel(inputGate SingleInputGate) : RemoteInputChannel extracted from public testThrowExceptionForNoAvailableBuffer() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To | |
Extract Method private createRemoteInputChannel(inputGate SingleInputGate) : RemoteInputChannel extracted from public testReceiveBuffer() : void in class org.apache.flink.runtime.io.network.netty.PartitionRequestClientHandlerTest | From | To |