f41b9efadb1d654a8f7a0982912e317df22daf13
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type theMapper : MapFunction<VV,NV> to theMapper : MapFunction<Vertex<K,VV>,NV> in method public ApplyMapperToVertexWithType(theMapper MapFunction<Vertex<K,VV>,NV>) in class flink.graphs.Graph.ApplyMapperToVertexWithType | From | To | |
Change Parameter Type mapper : MapFunction<VV,NV> to mapper : MapFunction<Vertex<K,VV>,NV> in method public mapVertices(mapper MapFunction<Vertex<K,VV>,NV>) : Graph<K,NV,EV> in class flink.graphs.Graph | From | To | |
Move Method | 2 | ||
Move Method public getLongDoubleVertexData(env ExecutionEnvironment) : DataSet<Vertex<Long,Double>> from class flink.graphs.example.SingleSourceShortestPathsExample to public getLongDoubleVertexData(env ExecutionEnvironment) : DataSet<Vertex<Long,Double>> from class flink.graphs.example.utils.ExampleUtils | From | To | |
Move Method public getLongDoubleEdgeData(env ExecutionEnvironment) : DataSet<Edge<Long,Double>> from class flink.graphs.example.SingleSourceShortestPathsExample to public getLongDoubleEdgeData(env ExecutionEnvironment) : DataSet<Edge<Long,Double>> from class flink.graphs.example.utils.ExampleUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type DataSet<Vertex<K,NV>> to Graph<K,NV,EV> in method public mapVertices(mapper MapFunction<Vertex<K,VV>,NV>) : Graph<K,NV,EV> in class flink.graphs.Graph | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type innerMapper : MapFunction<VV,NV> to innerMapper : MapFunction<Vertex<K,VV>,NV> in class flink.graphs.Graph.ApplyMapperToVertexWithType | From | To |