56d5d3f60aea2e58ebbe3efa03ec5a75f99a4644
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public setMaxTransfers(maxTransfers int) : void moved from class org.opentripplanner.routing.core.RoutingRequest to class org.opentripplanner.routing.impl.GraphPathFinder & inlined to public getPaths(options RoutingRequest) : List<GraphPath> | From | To | |
Move And Inline Method public setMaxTransfers(maxTransfers int) : void moved from class org.opentripplanner.routing.core.RoutingRequest to class org.opentripplanner.routing.algorithm.EarliestArrivalSearch & inlined to public getShortestPathTree(options RoutingRequest, relTimeout double, terminationStrategy SearchTerminationStrategy) : ShortestPathTree | From | To |