ecde6c328b38d6f6efea4b0d62f4ec8fe0040240
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable resultPartitionId : ResultPartitionID to partitionId : ResultPartitionID in method private addUnknownInputChannel(network NetworkEnvironment, inputGate SingleInputGate, partitionId ResultPartitionID, channelIndex int) : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateTest | From | To | |
Extract Method | 2 | ||
Extract Method private addUnknownInputChannel(network NetworkEnvironment, inputGate SingleInputGate, partitionId ResultPartitionID, channelIndex int) : void extracted from public testRequestBuffersWithUnknownInputChannel() : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateTest | From | To | |
Extract Method private createInputGate(numberOfInputChannels int, partitionType ResultPartitionType) : SingleInputGate extracted from private createInputGate(numberOfInputChannels int) : SingleInputGate in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateTest | From | To |