8261ed5438278331c9cd760463273ad94d4bd410
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 78
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public open(parameters Configuration) : void from class org.apache.flink.test.accumulators.AccumulatorIterativeITCase.SumReducer to public open(parameters Configuration) : void from class org.apache.flink.test.accumulators.AccumulatorLiveITCase.WaitingUDF | From | To | |
Change Return Type | 2 | ||
Change Return Type HashMap<String,Accumulator<?,?>> to Map<String,Accumulator<?,?>> in method public getAllAccumulators() : Map<String,Accumulator<?,?>> in class org.apache.flink.api.common.functions.util.AbstractRuntimeUDFContext | From | To | |
Change Return Type HashMap<String,Accumulator<?,?>> to Map<String,Accumulator<?,?>> in method public getAllAccumulators() : Map<String,Accumulator<?,?>> in class org.apache.flink.api.common.functions.RuntimeContext | From | To | |
Extract Variable | 6 | ||
Extract Variable len : int in method public addRecord(record T) : SerializationResult from class org.apache.flink.runtime.io.network.api.serialization.SpanningRecordSerializer | From | To | |
Extract Variable currentBuffer : Buffer in method protected getNextRecord(target T) : boolean from class org.apache.flink.runtime.io.network.api.reader.AbstractRecordReader | From | To | |
Extract Variable currentBuffer : Buffer in method protected getNextRecord(target T) : boolean from class org.apache.flink.streaming.runtime.io.StreamingAbstractRecordReader | From | To | |
Extract Variable env : Environment in method public invoke() : void from class org.apache.flink.runtime.operators.RegularPactTask | From | To | |
Extract Variable recordWriter : RecordWriter<SerializationDelegate<T>> in method public getOutputCollector(task AbstractInvokable, config TaskConfig, cl ClassLoader, eventualOutputs List<RecordWriter<?>>, outputOffset int, numOutputs int, reporter AccumulatorRegistry.Reporter) : Collector<T> from class org.apache.flink.runtime.operators.RegularPactTask | From | To | |
Extract Variable recordWriter : RecordWriter<Record> in method public getOutputCollector(task AbstractInvokable, config TaskConfig, cl ClassLoader, eventualOutputs List<RecordWriter<?>>, outputOffset int, numOutputs int, reporter AccumulatorRegistry.Reporter) : Collector<T> from class org.apache.flink.runtime.operators.RegularPactTask | From | To | |
Extract Method | 1 | ||
Extract Method package markFinished(flinkAccumulators Map<AccumulatorRegistry.Metric,Accumulator<?,?>>, userAccumulators Map<String,Accumulator<?,?>>) : void extracted from package markFinished() : void in class org.apache.flink.runtime.executiongraph.Execution | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type accumulators : HashMap<String,Accumulator<?,?>> to accumulators : Map<String,Accumulator<?,?>> in class org.apache.flink.api.common.functions.util.AbstractRuntimeUDFContext | From | To |