bc19aa3880bfcb7005f1900d2d00d35c53d777aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type edgesToBeRemoved : DataSet<Edge<K,EV>> to edgesToBeRemoved : List<Edge<K,EV>> in method public removeEdges(edgesToBeRemoved List<Edge<K,EV>>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To | |
Change Parameter Type verticesToBeRemoved : DataSet<Vertex<K,VV>> to verticesToBeRemoved : List<Vertex<K,VV>> in method public removeVertices(verticesToBeRemoved List<Vertex<K,VV>>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph | From | To | |
Rename Variable | 3 | ||
Rename Variable edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVertices() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Rename Variable edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVerticesBothExisting() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Rename Variable edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVerticesOneExisting() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Change Variable Type | 3 | ||
Change Variable Type edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVerticesBothExisting() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Change Variable Type edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVertices() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Change Variable Type edges : List<Edge<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public testAddVerticesOneExisting() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public addVertex(vertex Vertex<K,VV>) : Graph<K,VV,EV> extracted from public testAddVertex() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase & moved to class org.apache.flink.graph.Graph | From | To | |
Extract And Move Method public addVertex(vertex Vertex<K,VV>) : Graph<K,VV,EV> extracted from public testAddVertexExisting() : void in class org.apache.flink.graph.test.operations.GraphMutationsITCase & moved to class org.apache.flink.graph.Graph | From | To |