65d54c18208e71b8210e8d12e2495c6bace88779
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type mapper : MapFunction<VV,NV> to mapper : MapFunction<VV,VV> in method public mapVertices(mapper MapFunction<VV,VV>) : DataSet<Tuple2<K,VV>> in class flink.graphs.Graph | From | To | |
| Change Return Type | 1 | ||
| Change Return Type DataSet<Tuple2<K,NV>> to DataSet<Tuple2<K,VV>> in method public mapVertices(mapper MapFunction<VV,VV>) : DataSet<Tuple2<K,VV>> in class flink.graphs.Graph | From | To |