0a7b580daccefd77f5499bf8fa7b37949a138c42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 6 | ||
Push Down Method public getDijkstraSeconds() : float from class com.graphhopper.routing.ch.AbstractNodeContractor to public getDijkstraSeconds() : float from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Push Down Method public getAddedShortcutsCount() : int from class com.graphhopper.routing.ch.AbstractNodeContractor to public getAddedShortcutsCount() : int from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Push Down Method public getDijkstraCount() : long from class com.graphhopper.routing.ch.AbstractNodeContractor to public getDijkstraCount() : long from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Method public getDijkstraSeconds() : float from class com.graphhopper.routing.ch.AbstractNodeContractor to public getDijkstraSeconds() : float from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Method public getAddedShortcutsCount() : int from class com.graphhopper.routing.ch.AbstractNodeContractor to public getAddedShortcutsCount() : int from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Method public getDijkstraCount() : long from class com.graphhopper.routing.ch.AbstractNodeContractor to public getDijkstraCount() : long from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Move Method | 1 | ||
Move Method private getMaxVisitedNodesEstimate() : int from class com.graphhopper.routing.ch.PrepareContractionHierarchies to private getMaxVisitedNodesEstimate() : int from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Move Attribute | 1 | ||
Move Attribute private meanDegree : double from class com.graphhopper.routing.ch.PrepareContractionHierarchies to private meanDegree : double from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Attribute | 5 | ||
Push Down Attribute package dijkstraSW : StopWatch from class com.graphhopper.routing.ch.AbstractNodeContractor to private dijkstraSW : StopWatch from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Attribute package addedShortcutsCount : int from class com.graphhopper.routing.ch.AbstractNodeContractor to package addedShortcutsCount : int from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Attribute package dijkstraSW : StopWatch from class com.graphhopper.routing.ch.AbstractNodeContractor to private dijkstraSW : StopWatch from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Push Down Attribute package dijkstraCount : long from class com.graphhopper.routing.ch.AbstractNodeContractor to private dijkstraCount : long from class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To | |
Push Down Attribute package addedShortcutsCount : int from class com.graphhopper.routing.ch.AbstractNodeContractor to private addedShortcutsCount : int from class com.graphhopper.routing.ch.EdgeBasedNodeContractor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pollCounter : int to checkCounter : int in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public prepareContraction() : void extracted from private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies & moved to class com.graphhopper.routing.ch.NodeBasedNodeContractor | From | To |