0965ceb2e78e8ee8e6400ac2beb71e38f5d1bd13
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type entry : SmartWitnessSearchEntry to entry : WitnessSearchEntry in method private updateBestPath(toNode int, targetEdge int, entry WitnessSearchEntry) : void in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Parameter Type entry : SmartWitnessSearchEntry to entry : WitnessSearchEntry in method private addOrUpdateInitialEntry(entry WitnessSearchEntry) : void in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Rename Variable | 1 | ||
| Rename Variable viaCenter : boolean to onOrigPath : boolean in method private setInitialEntries(centerNode int, fromNode int, sourceEdge int) : void in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SmartWitnessSearchEntry to WitnessSearchEntry in method public runSearch(toNode int, targetEdge int) : WitnessSearchEntry in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute resOnOrigPath : boolean to resViaCenter : boolean in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Rename Attribute numViaCenter : int to numOnOrigPath : int in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Extract Variable | 1 | ||
| Extract Variable viaCenter : boolean in method private updateBestPath(toNode int, targetEdge int, entry WitnessSearchEntry) : void from class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type existingEntry : SmartWitnessSearchEntry to existingEntry : WitnessSearchEntry in method public runSearch(toNode int, targetEdge int) : WitnessSearchEntry in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Variable Type e : IntObjectCursor<SmartWitnessSearchEntry> to e : IntObjectCursor<WitnessSearchEntry> in method private setInitialEntries(centerNode int, fromNode int, sourceEdge int) : void in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Variable Type currEntry : SmartWitnessSearchEntry to currEntry : WitnessSearchEntry in method private addOrUpdateInitialEntry(entry WitnessSearchEntry) : void in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Variable Type entry : SmartWitnessSearchEntry to entry : WitnessSearchEntry in method private findAndHandleShortcutsSmart(node int) : int in class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
| Change Variable Type entry : SmartWitnessSearchEntry to entry : WitnessSearchEntry in method public runSearch(toNode int, targetEdge int) : WitnessSearchEntry in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type priorityQueue : PriorityQueue<SmartWitnessSearchEntry> to priorityQueue : PriorityQueue<WitnessSearchEntry> in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To | |
| Change Attribute Type entries : IntObjectMap<SmartWitnessSearchEntry> to entries : IntObjectMap<WitnessSearchEntry> in class com.graphhopper.routing.ch.SmartWitnessPathFinder | From | To |