273f54ba4357ccc4e4ade35b8967f0fa607a1ea8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.TaskContext | From | To | |
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.BatchTask | From | To | |
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.drivers.TestTaskContext | From | To | |
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.testutils.DriverTestBase | From | To | |
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.testutils.UnaryOperatorTestBase | From | To | |
Rename Method public getOwningNepheleTask() : AbstractInvokable renamed to public getContainingTask() : AbstractInvokable in class org.apache.flink.runtime.operators.testutils.BinaryOperatorTestBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nepheleTask : AbstractInvokable to containingTask : AbstractInvokable in method public initOutputs(containingTask AbstractInvokable, cl ClassLoader, config TaskConfig, chainedTasksTarget List<ChainedDriver<?,?>>, eventualOutputs List<RecordWriter<?>>, executionConfig ExecutionConfig, reporter AccumulatorRegistry.Reporter, accumulatorMap Map<String,Accumulator<?,?>>) : Collector<T> in class org.apache.flink.runtime.operators.BatchTask | From | To |