edcfd8bb3a3da2205b6a3b272cd03718f16dd94c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRemoveVEdge() : void renamed to public testRemoveEdge() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable newVertex : DataSet<Vertex<K,VV>> to verticesToAdd : DataSet<Vertex<K,VV>> in method public addVertices(verticesToAdd DataSet<Vertex<K,VV>>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To | |
Extract Method | 1 | ||
Extract Method public addVertices(verticesToAdd DataSet<Vertex<K,VV>>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> extracted from public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To |