82eddcad9674b09e90db921bc874b43b64796420
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private serialVersionUID : long from class org.apache.flink.streaming.api.functions.RichProcessFunction to private serialVersionUID : long from class org.apache.flink.streaming.api.functions.ProcessFunction | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type onTimerContext : OnTimerContextImpl to onTimerContext : OnTimerContextImpl<IN,OUT> in class org.apache.flink.streaming.api.operators.ProcessOperator | From | To | |
Change Attribute Type element : StreamRecord<T> to element : StreamRecord<IN> in class org.apache.flink.streaming.api.operators.ProcessOperator.ContextImpl | From | To | |
Change Attribute Type context : ContextImpl<IN> to context : ContextImpl<IN,OUT> in class org.apache.flink.streaming.api.operators.ProcessOperator | From | To |