a79efdc23e1bd35eb7cd2e5eb9551cc297c02dd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testWithVertexAndEdgeValues() : void renamed to public testWithVertexAndEdgeStringValues() : void in class org.apache.flink.graph.library.SummarizationITCase | From | To | |
Rename Method public testWithVertexAndAbsentEdgeValues() : void renamed to public testWithVertexAndAbsentEdgeStringValues() : void in class org.apache.flink.graph.library.SummarizationITCase | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type actual : Vertex<Long,Summarization.VertexValue<String>> to actual : Vertex<Long,Summarization.VertexValue<VV>> in method private validateVertex(expected String, actual Vertex<Long,Summarization.VertexValue<VV>>) : void in class org.apache.flink.graph.library.SummarizationITCase | From | To | |
Change Parameter Type actualVertices : List<Vertex<Long,Summarization.VertexValue<String>>> to actualVertices : List<Vertex<Long,Summarization.VertexValue<VV>>> in method private validateVertices(expectedVertices String[], actualVertices List<Vertex<Long,Summarization.VertexValue<VV>>>) : void in class org.apache.flink.graph.library.SummarizationITCase | From | To |