d182d0426451d43be17cd41a1c8db49b9bfc4b7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type maxRetry : int to maxRetry : long in method public socketTextStream(hostname String, port int, delimiter char, maxRetry long) : DataStreamSource<String> in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment | From | To | |
| Change Parameter Type maxRetry : int to maxRetry : long in method public SocketTextStreamFunction(hostname String, port int, delimiter char, maxRetry long) in class org.apache.flink.streaming.api.function.source.SocketTextStreamFunction | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type retry : int to retry : long in method public streamFromSocket(collector Collector<String>, socket Socket) : void in class org.apache.flink.streaming.api.function.source.SocketTextStreamFunction | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type maxRetry : int to maxRetry : long in class org.apache.flink.streaming.api.function.source.SocketTextStreamFunction | From | To |