f2f5bd5bed2f737b8418be09359691e899462184
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public setup() : void extracted from public open() : void in class org.apache.flink.streaming.util.OneInputStreamOperatorTestHarness | From | To | |
Extract Method protected getMergingWindowSet() : MergingWindowSet<W> extracted from public processElement(element StreamRecord<IN>) : void in class org.apache.flink.streaming.runtime.operators.windowing.WindowOperator | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected getMergingWindowSet() : MergingWindowSet<W> extracted from public processElement(element StreamRecord<IN>) : void in class org.apache.flink.streaming.runtime.operators.windowing.EvictingWindowOperator & moved to class org.apache.flink.streaming.runtime.operators.windowing.WindowOperator | From | To |