72afef60434dd23a546594ce6b39e0b9656c34ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Variable | 1 | ||
| Inline Variable currWeightToGoal : double in method private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.AStarBidirection | From | To | |
| Extract Method | 4 | ||
| Extract Method protected calcWeight(iter EdgeIteratorState, currEdge AStarEntry, reverse boolean) : double extracted from private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection | From | To | |
| Extract Method protected updateEntry(entry AStarEntry, iter EdgeIteratorState, weight double, parent AStarEntry, reverse boolean) : void extracted from private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection | From | To | |
| Extract Method protected createEntry(iter EdgeIteratorState, weight double, parent SPTEntry, reverse boolean) : SPTEntry extracted from package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef | From | To | |
| Extract Method protected createEntry(iter EdgeIteratorState, weight double, parent AStarEntry, reverse boolean) : AStarEntry extracted from private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method protected updateEntry(entry AStarEntry, iter EdgeIteratorState, weight double, parent AStarEntry, reverse boolean) : void extracted from package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef & moved to class com.graphhopper.routing.AStarBidirection | From | To | |
| Extract And Move Method protected createEntry(iter EdgeIteratorState, weight double, parent AStarEntry, reverse boolean) : AStarEntry extracted from package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef & moved to class com.graphhopper.routing.AStarBidirection | From | To |