189001d8093c66b7d7e63f196aa71c9928021d50
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public setType(outType TypeInformation<R>) : DataStream<R> from class org.apache.flink.streaming.api.datastream.DataStream to public returns(typeInfo TypeInformation<OUT>) : O from class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type outType : TypeInformation<R> to typeInfo : TypeInformation<OUT> in method public returns(typeInfo TypeInformation<OUT>) : O in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator | From | To | |
Change Return Type | 1 | ||
Change Return Type DataStream<R> to O in method public returns(typeInfo TypeInformation<OUT>) : O in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter outType : TypeInformation<R> to typeInfo : TypeInformation<OUT> in method public returns(typeInfo TypeInformation<OUT>) : O in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator | From | To |