f0ef370399638689c2e1adc54a3acf0afab67a17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable outType : TypeInformation<R> to outputType : TypeInformation<R> in method public flatMap(flatMapper TimelyFlatMapFunction<T,R>, outputType TypeInformation<R>) : SingleOutputStreamOperator<R> in class org.apache.flink.streaming.api.datastream.KeyedStream | From | To | |
Extract Method | 1 | ||
Extract Method public flatMap(flatMapper TimelyFlatMapFunction<T,R>, outputType TypeInformation<R>) : SingleOutputStreamOperator<R> extracted from public flatMap(flatMapper TimelyFlatMapFunction<T,R>) : SingleOutputStreamOperator<R> in class org.apache.flink.streaming.api.datastream.KeyedStream | From | To |