e17206737e3701838c74c89ff108f32b11c4656c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 5 | ||
| Push Down Method public getInDegree() : Long from class org.apache.flink.graph.Vertex to public getInDegree() : Long from class org.apache.flink.graph.VertexWithDegrees | From | To | |
| Push Down Method public Vertex() from class org.apache.flink.graph.Vertex to public VertexWithDegrees() from class org.apache.flink.graph.VertexWithDegrees | From | To | |
| Push Down Method public setOutDegree(outDegree Long) : void from class org.apache.flink.graph.Vertex to public setOutDegree(outDegree Long) : void from class org.apache.flink.graph.VertexWithDegrees | From | To | |
| Push Down Method public getOutDegree() : Long from class org.apache.flink.graph.Vertex to public getOutDegree() : Long from class org.apache.flink.graph.VertexWithDegrees | From | To | |
| Push Down Method public setInDegree(inDegree Long) : void from class org.apache.flink.graph.Vertex to public setInDegree(inDegree Long) : void from class org.apache.flink.graph.VertexWithDegrees | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.apache.flink.graph.VertexWithDegrees from class org.apache.flink.graph.Vertex | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type vertex : Vertex<VertexKey,VertexValue> to vertex : VertexWithDegrees<VertexKey,VertexValue> in method package sendMessagesFromVertexCentricIteration(newVertexState Vertex<VertexKey,Tuple3<VertexValue,Long,Long>>) : void in class org.apache.flink.graph.spargel.MessagingFunction | From | To | |
| Change Variable Type vertex : Vertex<VertexKey,VertexValue> to vertex : VertexWithDegrees<VertexKey,VertexValue> in method package updateVertexFromVertexCentricIteration(vertexState Vertex<VertexKey,Tuple3<VertexValue,Long,Long>>, inMessages MessageIterator<Message>) : void in class org.apache.flink.graph.spargel.VertexUpdateFunction | From | To |