fd7feadba563e90f733227a084b989f5459e245b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type v : Collection<Tuple2<K,VV>> to edges : Collection<Tuple3<K,K,EV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Variable | 2 | ||
Rename Variable edges : DataSet<Tuple3<K,K,EV>> to v : DataSet<Tuple2<K,VV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Variable vertices : DataSet<Tuple2<K,VV>> to e : DataSet<Tuple3<K,K,EV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute env : ExecutionEnvironment to context : ExecutionEnvironment in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Attribute | 1 | ||
Rename Attribute keyType : TypeInformation<?> to vertexKeyType : TypeInformation<?> in class flink.graphs.Graph | From | To | |
Change Variable Type | 2 | ||
Change Variable Type vertices : DataSet<Tuple2<K,VV>> to e : DataSet<Tuple3<K,K,EV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Change Variable Type edges : DataSet<Tuple3<K,K,EV>> to v : DataSet<Tuple2<K,VV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Parameter | 1 | ||
Rename Parameter v : Collection<Tuple2<K,VV>> to edges : Collection<Tuple3<K,K,EV>> in method public fromCollection(vertices Collection<Tuple2<K,VV>>, edges Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To |