7794a3bf22b401a2f42015ae9870d3e447573647
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
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.NodeContractor | From | To | |
Inline Method | 1 | ||
Inline Method package setMaxVisitedNodes(maxVisitedNodes int) : void inlined to private findShortcuts(sch ShortcutHandler) : long in class com.graphhopper.routing.ch.NodeContractor | 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.NodeContractor | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getStatisticsString() : String extracted from private logStats(counter long, updateCounter int) : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies & moved to class com.graphhopper.routing.ch.NodeContractor | From | To | |
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.NodeContractor | From | To |