c9bbc52a9954b5c69d3051f9e3f12978b8d2da28
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable path : CHEntry to originalPath : CHEntry in method private findAndHandleShortcutsClassic(node int) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Rename Variable path : CHEntry to originalPath : CHEntry in method private runQuickWitnessSearch(node int, witnessedPairs LongSet) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Rename Variable path : CHEntry to originalPath : CHEntry in method private runExhaustiveWitnessSearch(node int, witnessedPairs LongSet) : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Rename Variable turnWeight : double to origPathOutTurnWeight : double in method private runExhaustiveWitnessSearch(node int, witnessedPairs LongSet) : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Extract Variable | 2 | ||
| Extract Variable origInIterLastOrigEdge : int in method private runExhaustiveWitnessSearch(node int, witnessedPairs LongSet) : void from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Extract Variable origOutIterFirstOrigEdge : int in method private runExhaustiveWitnessSearch(node int, witnessedPairs LongSet) : void from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Extract Method | 4 | ||
| Extract Method private illegalUTurn(inEdge int, outEdge int) : boolean extracted from private runExhaustiveWitnessSearch(node int, witnessedPairs LongSet) : void in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Extract Method private illegalUTurn(inEdge int, outEdge int) : boolean extracted from private getInitialEntriesAggressive(fromNode int, node int, origPath EdgeIteratorState, origSourceEdge EdgeIteratorState) : IntObjectMap<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Extract Method private illegalUTurn(inEdge int, outEdge int) : boolean extracted from private getTurnCost(inEdge int, node int, outEdge int) : double in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter entry : CHEntry to originalPath : CHEntry in method public shortcutRequired(node int, toNode int, incomingEdge EdgeIteratorState, outgoingEdge EdgeIteratorState, witnessPathFinder WitnessPathFinder, originalPath CHEntry) : boolean in class com.graphhopper.routing.ch.EdgeBasedNodeContractor.TurnReplacementSearch | From | To |