b5084ccb0363c960c6695a10d409abb0e55845af
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable isPotentialBridgePath : boolean to isPathToCenter : boolean in method private setInitialEntries(sourceNode int, sourceEdge int, centerNode int) : void in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To | |
Rename Variable isPotentialBridgePath : boolean to isPathToCenter : boolean in method public runSearch(targetNode int, targetEdge int) : CHEntry in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To | |
Rename Attribute | 2 | ||
Rename Attribute numPotentialBridgePaths : int to numPathsToCenter : int in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To | |
Rename Attribute isPotentialBridgePaths : boolean[] to isPathToCenters : boolean[] in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To | |
Rename Parameter | 2 | ||
Rename Parameter isPotentialBridgePath : boolean to isPathToCenter : boolean in method private setEntry(key int, edge EdgeIteratorState, weight double, parent int, isPathToCenter boolean) : void in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To | |
Rename Parameter isPotentialBridgePath : boolean to isPathToCenter : boolean in method private updateEntry(key int, edge EdgeIteratorState, weight double, currKey int, isPathToCenter boolean) : void in class com.graphhopper.routing.ch.WitnessPathSearcher | From | To |