aaa7019a726150e70ae19980e1a7df3a1da11d42
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createSPTEntry(node int, weight double) : SPTEntry renamed to protected createStartEntry(node int, weight double, reverse boolean) : AStarEntry in class com.graphhopper.routing.AStarBidirection | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type iter : EdgeIterator to iter : EdgeIteratorState in method protected accept(iter EdgeIteratorState, prevOrNextEdgeId int) : boolean in class com.graphhopper.routing.AbstractRoutingAlgorithm | From | To | |
Change Return Type | 1 | ||
Change Return Type SPTEntry to AStarEntry in method protected createStartEntry(node int, weight double, reverse boolean) : AStarEntry in class com.graphhopper.routing.AStarBidirection | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.graphhopper.routing.GenericDijkstraBidirection from classes [com.graphhopper.routing.AStarBidirection, com.graphhopper.routing.DijkstraBidirectionRef] | From | To |