2d26e27c3eab0e4ce5be1270159d4a7412ab68a1
Files Diff
- Added: 6
- Removed: 6
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type sum : Tuple1<Long> to sumTuple : Tuple2<Long,Long> in method public map(sumTuple Tuple2<Long,Long>) : Double in class flink.graphs.example.GraphMetrics.AvgNodeDegreeMapper | From | To | |
| Move Class | 6 | ||
| Move Class flink.graphs.GraphValidator moved to flink.graphs.validation.GraphValidator | From | To | |
| Move Class flink.graphs.GraphUtils moved to flink.graphs.utils.GraphUtils | From | To | |
| Move Class flink.graphs.EdgeToTuple3Map moved to flink.graphs.utils.EdgeToTuple3Map | From | To | |
| Move Class flink.graphs.Tuple2ToVertexMap moved to flink.graphs.utils.Tuple2ToVertexMap | From | To | |
| Move Class flink.graphs.VertexToTuple2Map moved to flink.graphs.utils.VertexToTuple2Map | From | To | |
| Move Class flink.graphs.InvalidVertexIdsValidator moved to flink.graphs.validation.InvalidVertexIdsValidator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter sum : Tuple1<Long> to sumTuple : Tuple2<Long,Long> in method public map(sumTuple Tuple2<Long,Long>) : Double in class flink.graphs.example.GraphMetrics.AvgNodeDegreeMapper | From | To |