ed182074f7923eabab9b6fd86fc38d21eab5d699
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package initWithAdjNode(expectedAdjNode int) : boolean renamed to package init(tmpEdgeId int, expectedAdjNode int) : boolean in class com.graphhopper.storage.BaseGraph.EdgeIterable | From | To | |
Rename Variable | 1 | ||
Rename Variable edge : int to edgeId : int in method public edge(nodeA int, nodeB int) : EdgeIteratorState in class com.graphhopper.storage.BaseGraph | From | To | |
Rename Parameter | 2 | ||
Rename Parameter b : int to nodeB : int in method public edge(nodeA int, nodeB int) : EdgeIteratorState in class com.graphhopper.storage.BaseGraph | From | To | |
Rename Parameter a : int to nodeA : int in method public edge(nodeA int, nodeB int) : EdgeIteratorState in class com.graphhopper.storage.BaseGraph | From | To |