dd5ad2cbeff899b9cb51c176719fbdb31ed7570c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public releaseAllResources() : void renamed to public close() : void in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type inputGates : SingleInputGate[] to inputGates : InputGate[] in method public TaskCanceler(logger Logger, invokable AbstractInvokable, executer Thread, taskName String, producedPartitions ResultPartition[], inputGates InputGate[]) in class org.apache.flink.runtime.taskmanager.Task.TaskCanceler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type inputGate : SingleInputGate to inputGate : InputGate in method public run() : void in class org.apache.flink.runtime.taskmanager.Task.TaskCanceler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inputGates : SingleInputGate[] to inputGates : InputGate[] in class org.apache.flink.runtime.taskmanager.Task.TaskCanceler | From | To |