2815df3c981ec287990cdf3155532d70e9feea21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type vertexVertexTuple2 : Tuple2<Vertex<Long,Double>,Vertex<Long,Double>> to vertexVertexTuple2 : Tuple2<Vertex<K,Double>,Vertex<K,Double>> in method public map(vertexVertexTuple2 Tuple2<Vertex<K,Double>,Vertex<K,Double>>) : Vertex<K,Double> in class flink.graphs.library.SingleSourceShortestPaths.InitSrcVertex | From | To | |
Change Parameter Type id : Long to id : K in method public SelectVertex(id K) in class flink.graphs.library.SingleSourceShortestPaths.SelectVertex | From | To | |
Change Parameter Type srcVertexId : Long to srcVertexId : K in method public SingleSourceShortestPaths(srcVertexId K, maxIterations Integer) in class flink.graphs.library.SingleSourceShortestPaths | From | To | |
Change Parameter Type kvvVertex : Vertex<Long,Double> to vertex : Vertex<K,Double> in method public filter(vertex Vertex<K,Double>) : boolean in class flink.graphs.library.SingleSourceShortestPaths.SelectVertex | From | To | |
Change Return Type | 1 | ||
Change Return Type Vertex<Long,Double> to Vertex<K,Double> in method public map(vertexVertexTuple2 Tuple2<Vertex<K,Double>,Vertex<K,Double>>) : Vertex<K,Double> in class flink.graphs.library.SingleSourceShortestPaths.InitSrcVertex | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type id : Long to id : K in class flink.graphs.library.SingleSourceShortestPaths.SelectVertex | From | To | |
Change Attribute Type srcVertexId : Long to srcVertexId : K in class flink.graphs.library.SingleSourceShortestPaths | From | To | |
Rename Parameter | 1 | ||
Rename Parameter kvvVertex : Vertex<Long,Double> to vertex : Vertex<K,Double> in method public filter(vertex Vertex<K,Double>) : boolean in class flink.graphs.library.SingleSourceShortestPaths.SelectVertex | From | To |