f9ac8586941a5ec5ad340b7ee1a6b6d58bc2c492
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private compactLegsByReverseSearch(aStar AStar, originalReq RoutingRequest, options RoutingRequest, newPaths List<GraphPath>, timeout double, remainingWeightHeuristic RemainingWeightHeuristic) : List<GraphPath> renamed to private compactLegsByReversedSearch(aStar AStar, originalReq RoutingRequest, options RoutingRequest, newPaths List<GraphPath>, timeout double, remainingWeightHeuristic RemainingWeightHeuristic) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
Rename Variable | 2 | ||
Rename Variable endpoint : Vertex to transitStop : Vertex in method private compactLegsByReversedSearch(aStar AStar, originalReq RoutingRequest, options RoutingRequest, newPaths List<GraphPath>, timeout double, remainingWeightHeuristic RemainingWeightHeuristic) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
Rename Variable backheuristic : RemainingWeightHeuristic to reversedSearchHeuristic : RemainingWeightHeuristic in method public getPaths(options RoutingRequest) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
Extract Variable | 1 | ||
Extract Variable transitStopTime : long in method private compactLegsByReversedSearch(aStar AStar, originalReq RoutingRequest, options RoutingRequest, newPaths List<GraphPath>, timeout double, remainingWeightHeuristic RemainingWeightHeuristic) : List<GraphPath> from class org.opentripplanner.routing.impl.GraphPathFinder | From | To |