6d40355b3202882bd64bdbf2849ef8db8620d4b9
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type sptService : SPTService to aStar : GenericAStar in method private getPath(aStar GenericAStar, proto RoutingRequest, startBackEdge Edge, u Vertex, v Vertex) : GraphPath in class org.opentripplanner.graph_builder.impl.osm.TriangleInequalityTest | From | To | |
Rename Variable | 1 | ||
Rename Variable sptService : SPTService to aStar : GenericAStar in method public getPaths(options RoutingRequest) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
Rename Class | 1 | ||
Rename Class org.opentripplanner.routing.algorithm.EarliestArrivalSPTService renamed to org.opentripplanner.routing.algorithm.EarliestArrivalSearch | From | To | |
Rename Attribute | 1 | ||
Rename Attribute earliestArrivalSPTService : EarliestArrivalSPTService to earliestArrivalSearch : EarliestArrivalSearch in class org.opentripplanner.graph_builder.impl.NearbyStopFinder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type sptService : SPTService to aStar : GenericAStar in method public getPaths(options RoutingRequest) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
Change Variable Type sptService : EarliestArrivalSPTService to sptService : EarliestArrivalSearch in method public createSurface(cutoffMinutes int, routerId String) : Response in class org.opentripplanner.api.resource.SurfaceResource | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type sptService : SPTService to sptService : EarliestArrivalSearch in class org.opentripplanner.api.resource.SimpleIsochrone | From | To | |
Change Attribute Type earliestArrivalSPTService : EarliestArrivalSPTService to earliestArrivalSearch : EarliestArrivalSearch in class org.opentripplanner.graph_builder.impl.NearbyStopFinder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sptService : SPTService to aStar : GenericAStar in method private getPath(aStar GenericAStar, proto RoutingRequest, startBackEdge Edge, u Vertex, v Vertex) : GraphPath in class org.opentripplanner.graph_builder.impl.osm.TriangleInequalityTest | From | To |