e795c437e27205273018bfc9a43da38bb1701116
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute numIterations : int to maxIterations : int in method public main(args String[]) : void in class org.apache.flink.graph.example.MusicProfiles | From | To | |
| Extract Variable | 1 | ||
| Extract Variable numberOfVertices : DataSet<Integer> in method public run(network Graph<K,Double,Double>) : Graph<K,Double,Double> from class org.apache.flink.graph.library.PageRank | From | To | |
| Extract Method | 1 | ||
| Extract Method private getUserSongTripletsData(env ExecutionEnvironment) : DataSet<Tuple3<String,String,Integer>> extracted from public main(args String[]) : void in class org.apache.flink.graph.example.MusicProfiles | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter args : String[] to args : String[] in method private parseParameters(args String[]) : boolean in class org.apache.flink.graph.example.SingleSourceShortestPathsExample | From | To |