ed7d16534f55ca3ee43b2c5110c71bfa224e7144
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type value : Tuple2<Double,Integer> to value : Tuple5<Integer,Integer,Integer,Integer,Integer> in method public select(value Tuple5<Integer,Integer,Integer,Integer,Integer>) : Iterable<String> in class org.apache.flink.streaming.examples.iteration.IterateExample.MySelector | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private rnd : Random from class org.apache.flink.streaming.examples.iteration.IterateExample.Step to private rnd : Random from class org.apache.flink.streaming.examples.iteration.IterateExample.RandomFibonacciSource | From | To | |
| Extract Variable | 2 | ||
| Extract Variable record : Tuple4<Integer,Integer,Double,Long> in method public run(collector Collector<Tuple4<Integer,Integer,Double,Long>>) : void from class org.apache.flink.streaming.examples.windowing.TopSpeedWindowingExample.CarSource | From | To | |
| Extract Variable carData : DataStream<Tuple4<Integer,Integer,Double,Long>> in method public main(args String[]) : void from class org.apache.flink.streaming.examples.windowing.TopSpeedWindowingExample | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type step : SplitDataStream<Tuple2<Double,Integer>> to step : SplitDataStream<Tuple5<Integer,Integer,Integer,Integer,Integer>> in method public main(args String[]) : void in class org.apache.flink.streaming.examples.iteration.IterateExample | From | To | |
| Change Variable Type topSpeeds : DataStream to topSpeeds : DataStream<Tuple4<Integer,Integer,Double,Long>> in method public main(args String[]) : void in class org.apache.flink.streaming.examples.windowing.TopSpeedWindowingExample | From | To | |
| Change Variable Type it : IterativeDataStream<Tuple2<Double,Integer>> to it : IterativeDataStream<Tuple5<Integer,Integer,Integer,Integer,Integer>> in method public main(args String[]) : void in class org.apache.flink.streaming.examples.iteration.IterateExample | From | To |