d4069159c2f4f32fefae1e7491543827632ba8ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method protected pushToOperator(record StreamRecord<X>) : void extracted from public collect(record StreamRecord<T>) : void in class org.apache.flink.streaming.runtime.tasks.OperatorChain.ChainingOutput | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected pushToOperator(record StreamRecord<X>) : void extracted from public collect(record StreamRecord<T>) : void in class org.apache.flink.streaming.runtime.tasks.OperatorChain.CopyingChainingOutput & moved to class org.apache.flink.streaming.runtime.tasks.OperatorChain.ChainingOutput | From | To |