6aab4f25b4c45d23df54338dd063d3b45f884034
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method package init(from int, fromWeight double, to int, toWeight double) : void extracted from public calcPath(from int, to int) : Path in class com.graphhopper.routing.AbstractBidirAlgo | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method package init(from int, fromWeight double, to int, toWeight double) : void extracted from public testInitFromAndTo() : void in class com.graphhopper.routing.AStarBidirectionTest & moved to class com.graphhopper.routing.AbstractBidirAlgo | From | To | |
Extract And Move Method package init(from int, fromWeight double, to int, toWeight double) : void extracted from public searchBest(to int, from int) : Path in class com.graphhopper.routing.AlternativeRoute.AlternativeBidirSearch & moved to class com.graphhopper.routing.AbstractBidirAlgo | From | To |