6b9058e99e17d1dc781ad3af9bae899f1cbe8707
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected initialize(graph GraphHopperStorage) : void renamed to protected setupSearcher(graph GraphHopperStorage) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Method protected initialize(graph GraphHopperStorage) : void renamed to protected setupSearcher(graph GraphHopperStorage) : void in class com.graphhopper.routing.ch.MapWitnessPathFinder | From | To | |
Rename Variable | 1 | ||
Rename Variable viaCenter : boolean to isDirectCenterNodePath : boolean in method private updateBestPath(targetNode int, targetEdge int, edgeKey int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private NO_NODE : int in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Attribute | 4 | ||
Rename Attribute resIncEdge : int to bestPathIncEdge : int in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Attribute resViaCenter : boolean to bestPathIsDirectCenterNodePath : boolean in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Attribute fromNode : int to sourceNode : int in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Attribute bestWeight : double to bestPathWeight : double in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Parameter | 7 | ||
Rename Parameter iter : EdgeIteratorState to edge : EdgeIteratorState in method private setEntry(key int, edge EdgeIteratorState, weight double, parent int, isDirectCenterNodePath boolean) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Parameter fromNode : int to sourceNode : int in method protected setInitialEntries(sourceNode int, sourceEdge int, centerNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Parameter toNode : int to targetNode : int in method private updateBestPath(targetNode int, targetEdge int, edgeKey int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Parameter toNode : int to targetNode : int in method public runSearch(targetNode int, targetEdge int) : WitnessSearchEntry in class com.graphhopper.routing.ch.MapWitnessPathFinder | From | To | |
Rename Parameter fromNode : int to sourceNode : int in method protected setInitialEntries(sourceNode int, sourceEdge int, centerNode int) : void in class com.graphhopper.routing.ch.MapWitnessPathFinder | From | To | |
Rename Parameter toNode : int to targetNode : int in method public runSearch(targetNode int, targetEdge int) : WitnessSearchEntry in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Parameter iter : EdgeIteratorState to edge : EdgeIteratorState in method private updateEntry(key int, edge EdgeIteratorState, weight double, currKey int, isDirectCenterNodePath boolean) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To |