034854db3eef60bc6247fabdc0172d2bc8c4496a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type context : ExecutionEnvironment to undirected : boolean in method public Graph(vertices DataSet<Tuple2<K,VV>>, edges DataSet<Tuple3<K,K,EV>>, undirected boolean) in class flink.graphs.Graph | From | To | |
Change Parameter Type mapper : MapFunction<VV,VV> to mapper : MapFunction<VV,NV> in method public mapVertices(mapper MapFunction<VV,NV>) : DataSet<Tuple2<K,NV>> in class flink.graphs.Graph | From | To | |
Change Return Type | 1 | ||
Change Return Type DataSet<Tuple2<K,VV>> to DataSet<Tuple2<K,NV>> in method public mapVertices(mapper MapFunction<VV,NV>) : DataSet<Tuple2<K,NV>> in class flink.graphs.Graph | From | To | |
Rename Parameter | 1 | ||
Rename Parameter context : ExecutionEnvironment to undirected : boolean in method public Graph(vertices DataSet<Tuple2<K,VV>>, edges DataSet<Tuple3<K,K,EV>>, undirected boolean) in class flink.graphs.Graph | From | To |