970ab35ec8f0268ed38234f35fa50706c5ff3071
Files Diff
- Added: 3
- Removed: 5
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getEdgesDataSet(env ExecutionEnvironment) : DataSet<Edge<Long,Double>> renamed to private getEdgeDataSet(env ExecutionEnvironment) : DataSet<Edge<Long,Double>> in class org.apache.flink.graph.example.GSASingleSourceShortestPaths | From | To | |
| Rename Variable | 1 | ||
| Rename Variable communityVertices : DataSet<Vertex<Long,Long>> to singleSourceShortestPaths : DataSet<Vertex<Long,Double>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSASingleSourceShortestPaths | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example to flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/library | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.flink.graph.example.CommunityDetection renamed to org.apache.flink.graph.example.GSASingleSourceShortestPaths | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute edgeInputPath : String to edgesInputPath : String in class org.apache.flink.graph.example.GSASingleSourceShortestPaths | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type communityVertices : DataSet<Vertex<Long,Long>> to singleSourceShortestPaths : DataSet<Vertex<Long,Double>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSASingleSourceShortestPaths | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type maxIterations : Integer to maxIterations : int in class org.apache.flink.graph.example.GSASingleSourceShortestPaths | 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.GSASingleSourceShortestPaths | From | To |