1446cf27b661caa42451d63d04ba999f0d6d6ea2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method private initEntries(initialEntries List<WitnessSearchEntry>) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Parameter Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method public WitnessPathFinder(graph CHGraph, weighting Weighting, traversalMode TraversalMode, initialEntries List<WitnessSearchEntry>, fromNode int) in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Rename Variable | 1 | ||
Rename Variable chEntry : CHEntry to entry : WitnessSearchEntry in method private initEntries(initialEntries List<WitnessSearchEntry>) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Return Type | 2 | ||
Change Return Type CHEntry to WitnessSearchEntry in method private createEntry(iter CHEdgeIterator, parent CHEntry, weight double) : WitnessSearchEntry in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Return Type List<CHEntry> to List<WitnessSearchEntry> in method private getInitialEntriesForWitnessPaths(fromNode int, firstOrigEdge int, incomingEdge CHEdgeIteratorState) : List<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Change Variable Type | 8 | ||
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method private createEntry(iter CHEdgeIterator, parent CHEntry, weight double) : WitnessSearchEntry in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method public findTarget_works() : void in class com.graphhopper.routing.ch.WitnessPathFinderTest | From | To | |
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method public findTarget(targetEdge int, targetNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method private findShortcuts(node int) : long in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Change Variable Type chEntry : CHEntry to entry : WitnessSearchEntry in method private initEntries(initialEntries List<WitnessSearchEntry>) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Variable Type currEdge : CHEntry to currEdge : WitnessSearchEntry in method public findTarget(targetEdge int, targetNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method private getInitialEntriesForWitnessPaths(fromNode int, firstOrigEdge int, incomingEdge CHEdgeIteratorState) : List<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method private getInitialEntriesForWitnessPaths(fromNode int, firstOrigEdge int, incomingEdge CHEdgeIteratorState) : List<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type priorityQueue : PriorityQueue<CHEntry> to priorityQueue : PriorityQueue<WitnessSearchEntry> in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Attribute Type chEntries : IntObjectMap<CHEntry> to chEntries : IntObjectMap<WitnessSearchEntry> in class com.graphhopper.routing.ch.WitnessPathFinder | From | To |