60363727ccf276e804defec4ddcc013085dfbd1b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type algorithm : GraphAlgorithm to algorithm : GraphAlgorithm<K,VV,EV> in method public run(algorithm GraphAlgorithm<K,VV,EV>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type edge : Tuple3<Long,Long,Long> to edge : Edge<Long,Long> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestForeachEdge.GraphProgs | From | To |