921414d6e3582cb42820475ef22444b3eea26c96
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type richEdge : Neighbor<Long,NullValue> to richEdge : Neighbor<Double,Double> in method public gather(richEdge Neighbor<Double,Double>) : Double in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.CalculateDistances | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Long to Double in method public gather(richEdge Neighbor<Double,Double>) : Double in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.CalculateDistances | From | To | |
| Rename Class | 4 | ||
| Rename Class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.SingleSourceShortestPathSum renamed to org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.ChooseMinDistance | From | To | |
| Rename Class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsApply renamed to org.apache.flink.graph.example.GSAConnectedComponentsExample.UpdateComponentId | From | To | |
| Rename Class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsSum renamed to org.apache.flink.graph.example.GSAConnectedComponentsExample.SelectMinId | From | To | |
| Rename Class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.SingleSourceShortestPathApply renamed to org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.UpdateDistance | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsGather moved and renamed to org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.CalculateDistances | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute edgeInputPath : String to edgesInputPath : String in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type srcVertexId : long to srcVertexId : Long in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter args : String[] to args : String[] in method private parseParameters(args String[]) : boolean in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample | From | To | |
| Rename Parameter target : Double to oldDistance : Double in method public apply(newDistance Double, oldDistance Double) : void in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.UpdateDistance | From | To | |
| Rename Parameter summed : Double to newDistance : Double in method public apply(newDistance Double, oldDistance Double) : void in class org.apache.flink.graph.example.GSASingleSourceShortestPathsExample.UpdateDistance | From | To |