a1daadcba168e7963c8e532b84f7d9613f86b00b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Boolean to boolean in method public abstract validate(graph Graph<K,VV,EV>) : boolean in class org.apache.flink.graph.validation.GraphValidator | From | To | |
Change Return Type Boolean to boolean in method public isWeaklyConnected(maxIterations int) : boolean in class org.apache.flink.graph.Graph | From | To | |
Change Return Type Boolean to boolean in method public validate(graph Graph<K,VV,EV>) : boolean in class org.apache.flink.graph.validation.InvalidVertexIdsValidator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type numberOfVertices : DataSet<Integer> to numberOfVertices : long in method public run(network Graph<K,Double,Double>) : Graph<K,Double,Double> in class org.apache.flink.graph.library.PageRank | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type numVertices : int to numVertices : long in class org.apache.flink.graph.library.PageRank.RankMessenger | From | To | |
Change Attribute Type numVertices : int to numVertices : long in class org.apache.flink.graph.library.PageRank.VertexRankUpdater | From | To | |
Change Attribute Type numberOfVertices : int to numberOfVertices : long in class org.apache.flink.graph.example.GraphMetrics.AvgNodeDegreeMapper | From | To |