4527d05c810fed6329bf0789e27cc43bd816e754
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public notifyInputGateNonEmpty(inputGate InputGate) : void inlined to private queueInputGate(inputGate InputGate) : void in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate | From | To | |
Rename Variable | 2 | ||
Rename Variable listener : InputGateListener to toNotify : CompletableFuture<?> in method private queueInputGate(inputGate InputGate) : void in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate | From | To | |
Rename Variable listener : InputGateListener to toNotify : CompletableFuture<?> in method private queueChannel(channel InputChannel) : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate | From | To | |
Change Variable Type | 2 | ||
Change Variable Type listener : InputGateListener to toNotify : CompletableFuture<?> in method private queueInputGate(inputGate InputGate) : void in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate | From | To | |
Change Variable Type listener : InputGateListener to toNotify : CompletableFuture<?> in method private queueChannel(channel InputChannel) : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate | From | To | |
Inline Variable | 1 | ||
Inline Variable realGate : SingleInputGate in method public TestSingleInputGate(numberOfInputChannels int, initialize boolean) from class org.apache.flink.runtime.io.network.partition.consumer.TestSingleInputGate | From | To |