|
Change Parameter Type witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdge EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, originalPath WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch |
From |
To |
|
Change Parameter Type graph : CHGraph to graph : GraphHopperStorage in method public WitnessPathFinder(graph GraphHopperStorage, chGraph CHGraph, turnWeighting TurnWeighting) in class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Change Parameter Type witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdges EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, entry WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.SimpleSearch |
From |
To |
|
Change Parameter Type witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method private alternativeWitnessExistsOrNotNeeded(node int, outgoingEdge EdgeIteratorState, toNode int, legacyWitnessPathFinder LegacyWitnessPathFinder, originalPath CHEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch |
From |
To |
|
Change Parameter Type witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdge EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, entry WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.WitnessSearchStrategy |
From |
To |
|
Change Parameter Type graph : GraphHopperStorage to graph : CHGraph in method public LegacyWitnessPathFinder(graph CHGraph, weighting Weighting, traversalMode TraversalMode, maxLevel int) in class com.graphhopper.routing.ch.LegacyWitnessPathFinder |
From |
To |
|
Move Method public test_shortcut_needed_bidirectional() : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to public test_shortcut_needed_bidirectional() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Move Method private getEdgeKey(edge int, adjNode int) : int from class com.graphhopper.routing.ch.WitnessPathFinderTest to private getEdgeKey(edge int, adjNode int) : int from class com.graphhopper.routing.ch.LegacyWitnessPathFinderTest |
From |
To |
|
Move Method public test_witness_basic() : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to public test_witness_basic() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Move Method public test_witness_bidirectional() : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to public test_witness_bidirectional() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Move Method private setMaxLevelOnAllNodes() : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to private setMaxLevelOnAllNodes() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Move Method public findTarget_works() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest to public findTarget_works() : void from class com.graphhopper.routing.ch.LegacyWitnessPathFinderTest |
From |
To |
|
Move Method private assertFinderResult(expected WitnessSearchEntry, result WitnessSearchEntry) : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to private assertFinderResult(expected WitnessSearchEntry, result WitnessSearchEntry) : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Move Method public test_shortcut_needed_basic() : void from class com.graphhopper.routing.ch.SmartWitnessPathFinderTest to public test_shortcut_needed_basic() : void from class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Rename Variable totalEdgesPolledS : int to totalEdgesPolledL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Variable numShortcutsS : int to numShortcutsL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Variable numEdgesPolledS : int to numEdgesPolledL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Variable numSearchesS : int to numSearchesL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Variable totalNumShortcutsS : int to totalNumShortcutsL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Variable witnessedPairs : LongSet to toNodes : IntSet in method private findAndHandleShortcutsAggressive(node int) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor |
From |
To |
|
Rename Variable totalNumSearchesS : int to totalNumSearchesL : int in method public testNodeContraction_randomGraph_checkStatistics() : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractorTest |
From |
To |
|
Rename Parameter witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method private alternativeWitnessExistsOrNotNeeded(node int, outgoingEdge EdgeIteratorState, toNode int, legacyWitnessPathFinder LegacyWitnessPathFinder, originalPath CHEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch |
From |
To |
|
Rename Parameter witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdge EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, entry WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.WitnessSearchStrategy |
From |
To |
|
Rename Parameter witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdges EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, entry WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.SimpleSearch |
From |
To |
|
Rename Parameter witnessPathFinder : WitnessPathFinder to legacyWitnessPathFinder : LegacyWitnessPathFinder in method public shortcutRequired(node int, toNode int, outgoingEdge EdgeIteratorState, legacyWitnessPathFinder LegacyWitnessPathFinder, originalPath WitnessSearchEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch |
From |
To |