cfdf66149b7e50b6a1731834b9be048153c80210
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method protected updateBestPath(edgeState EdgeIteratorState, entryCurrent SPTEntry, traversalId int, reverse boolean) : void from class com.graphhopper.routing.DijkstraBidirectionRef to protected updateBestPath(edgeState EdgeIteratorState, entryCurrent T, traversalId int, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Pull Up Method public updateBestPath(edgeState EdgeIteratorState, entryCurrent AStarEntry, traversalId int, reverse boolean) : void from class com.graphhopper.routing.AStarBidirection to protected updateBestPath(edgeState EdgeIteratorState, entryCurrent T, traversalId int, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type entryCurrent : SPTEntry to entryCurrent : T in method protected updateBestPath(edgeState EdgeIteratorState, entryCurrent T, traversalId int, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Change Parameter Type entryCurrent : AStarEntry to entryCurrent : T in method protected updateBestPath(edgeState EdgeIteratorState, entryCurrent T, traversalId int, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Rename Variable | 2 | ||
| Rename Variable bestEE : SPTEntry to entry : SPTEntry in method public MiniGraphUI(hopper GraphHopper, debug boolean) in class com.graphhopper.ui.MiniGraphUI | From | To | |
| Rename Variable currLoc : int to traversalId : int in method public MiniGraphUI(hopper GraphHopper, debug boolean) in class com.graphhopper.ui.MiniGraphUI | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter currLoc : int to traversalId : int in method public updateBestPath(es EdgeIteratorState, entry SPTEntry, traversalId int, reverse boolean) : void in class com.graphhopper.ui.DebugDijkstraBidirection | From | To | |
| Rename Parameter entryCurrent : AStar.AStarEntry to entry : AStar.AStarEntry in method public updateBestPath(edgeState EdgeIteratorState, entry AStar.AStarEntry, traversalId int, reverse boolean) : void in class com.graphhopper.ui.DebugAStarBi | From | To | |
| Rename Parameter bestEE : SPTEntry to entry : SPTEntry in method public updateBestPath(es EdgeIteratorState, entry SPTEntry, traversalId int, reverse boolean) : void in class com.graphhopper.ui.DebugDijkstraBidirection | From | To |