837508df876c77cf22d7b289e76547df6a485bf0
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type richEdge : RichEdge<Double,Double> to richEdge : Neighbor<Double,Double> in method public gather(richEdge Neighbor<Double,Double>) : Double in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.SingleSourceShortestPathGather | From | To | |
Change Parameter Type richEdge : RichEdge<Long,NullValue> to richEdge : Neighbor<Long,NullValue> in method public gather(richEdge Neighbor<Long,NullValue>) : Long in class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsGather | From | To | |
Rename Variable | 3 | ||
Rename Variable richEdges : DataSet<Tuple2<Vertex<K,VV>,Edge<K,EV>>> to neighbors : DataSet<Tuple2<Vertex<K,VV>,Edge<K,EV>>> in method public createResult() : DataSet<Vertex<K,VV>> in class org.apache.flink.graph.gsa.GatherSumApplyIteration | From | To | |
Rename Variable greedyGraphColoring : DataSet<Vertex<Long,Long>> to connectedComponents : DataSet<Vertex<Long,Long>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample | From | To | |
Rename Variable userRichEdge : RichEdge<VV,EV> to neighbor : Neighbor<VV,EV> in method public map(neighborTuple Tuple2<Vertex<K,VV>,Edge<K,EV>>) : Tuple2<K,M> in class org.apache.flink.graph.gsa.GatherSumApplyIteration.GatherUdf | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.graph.gsa.RichEdge renamed to org.apache.flink.graph.gsa.Neighbor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type userRichEdge : RichEdge<VV,EV> to neighbor : Neighbor<VV,EV> in method public map(neighborTuple Tuple2<Vertex<K,VV>,Edge<K,EV>>) : Tuple2<K,M> in class org.apache.flink.graph.gsa.GatherSumApplyIteration.GatherUdf | From | To | |
Rename Parameter | 1 | ||
Rename Parameter richEdge : Tuple2<Vertex<K,VV>,Edge<K,EV>> to neighborTuple : Tuple2<Vertex<K,VV>,Edge<K,EV>> in method public map(neighborTuple Tuple2<Vertex<K,VV>,Edge<K,EV>>) : Tuple2<K,M> in class org.apache.flink.graph.gsa.GatherSumApplyIteration.GatherUdf | From | To |