b5b63d755fad964987af0914c8b9090b0f807d5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type mapper : MapFunction<EV,NV> to mapper : MapFunction<Edge<K,EV>,NV> in method public mapEdges(mapper MapFunction<Edge<K,EV>,NV>) : Graph<K,VV,NV> in class flink.graphs.Graph | From | To | |
Change Parameter Type theMapper : MapFunction<EV,NV> to theMapper : MapFunction<Edge<K,EV>,NV> in method public ApplyMapperToEdgeWithType(theMapper MapFunction<Edge<K,EV>,NV>) in class flink.graphs.Graph.ApplyMapperToEdgeWithType | From | To | |
Change Return Type | 1 | ||
Change Return Type DataSet<Edge<K,NV>> to Graph<K,VV,NV> in method public mapEdges(mapper MapFunction<Edge<K,EV>,NV>) : Graph<K,VV,NV> in class flink.graphs.Graph | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type innerMapper : MapFunction<EV,NV> to innerMapper : MapFunction<Edge<K,EV>,NV> in class flink.graphs.Graph.ApplyMapperToEdgeWithType | From | To |