5b08a27c03456a761ea88f34d1916229bbabb07d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable shortcutPossibles : int to numOnOrigPath : int in method public getInitialEntries(fromNode int, incomingEdge EdgeIteratorState) : IntObjectMap<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch | From | To | |
Rename Attribute | 2 | ||
Rename Attribute possibleShortcut : boolean to onOrigPath : boolean in class com.graphhopper.routing.ch.WitnessSearchEntry | From | To | |
Rename Attribute numPossibleShortcuts : int to numOnOrigPath : int in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type incomingEdges : CHEdgeIterator to incomingEdges : EdgeIterator in method private findShortcuts(node int) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Extract Method | 3 | ||
Extract Method private targetDiscoveredByOrigPath(targetEdge int, targetNode int, currEdge WitnessSearchEntry, iter EdgeIteratorState) : boolean extracted from public findTarget(targetEdge int, targetNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder | From | To | |
Extract Method private resetEdgeCounters() : void extracted from private findShortcuts(node int) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To |