8dff8ac36495f6e281f33a561e7374a9ef0e6c41
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable tmpWeight : double to weight : double in method package fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Rename Variable ee : T to entry : T in method package fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Parameterize Variable | 3 | ||
| Parameterize Variable ee : T to entry : T in method protected updateEntry(entry T, edge EdgeIteratorState, edgeId int, weight double, parent T) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Parameterize Variable iter : EdgeIterator to edge : EdgeIteratorState in method protected updateEntry(entry T, edge EdgeIteratorState, edgeId int, weight double, parent T) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Parameterize Variable iter : EdgeIterator to edge : EdgeIteratorState in method protected getTraversalId(edge EdgeIteratorState, origEdgeId int, reverse boolean) : int in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type iter : EdgeIterator to edge : EdgeIteratorState in method protected getTraversalId(edge EdgeIteratorState, origEdgeId int, reverse boolean) : int in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Change Variable Type iter : EdgeIterator to edge : EdgeIteratorState in method protected updateEntry(entry T, edge EdgeIteratorState, edgeId int, weight double, parent T) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Extract Method | 3 | ||
| Extract Method protected getTraversalId(edge EdgeIteratorState, origEdgeId int, reverse boolean) : int extracted from package fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Extract Method protected updateEntry(entry T, edge EdgeIteratorState, edgeId int, weight double, parent T) : void extracted from package fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To | |
| Extract Method protected calcWeight(iter EdgeIteratorState, currEdge T, reverse boolean) : double extracted from package fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.GenericDijkstraBidirection | From | To |