12968e6ca0fd0c330aec7900c9a7ca5b8ee7b83a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private buildRoutingRequest(from String, to String, date String, time String, arriveBy boolean, maxWalkDistance int, callAndRideReluctance double, walkReluctance double, waitAtBeginningFactor double, transferPenalty int, ignoreDrtAdvanceMinBooking boolean) : RoutingRequest renamed to private buildRequest(from String, to String, date String, time String, arriveBy boolean, maxWalkDistance int, callAndRideReluctance double, walkReluctance double, waitAtBeginningFactor double, transferPenalty int, ignoreDrtAdvanceMinBooking boolean) : RoutingRequest in class org.opentripplanner.routing.flex.VermontFlexRoutingTest | From | To | |
Rename Method private disposeVertex(v Vertex, connectedEdge Edge, incoming boolean) : void renamed to private visitVertex(v Vertex, connectedEdge Edge, incoming boolean, dispose boolean) : void in class org.opentripplanner.routing.vertextype.TemporaryVertexDispose | From | To | |
Rename Method private dispose() : void renamed to private search(dispose boolean) : void in class org.opentripplanner.routing.vertextype.TemporaryVertexDispose | From | To | |
Extract Variable | 4 | ||
Extract Variable options : RoutingRequest in method public testCallAndRide() : void from class org.opentripplanner.routing.flex.VermontFlexRoutingTest | From | To | |
Extract Variable options : RoutingRequest in method public testDeviatedFixedRoute() : void from class org.opentripplanner.routing.flex.VermontFlexRoutingTest | From | To | |
Extract Variable options : RoutingRequest in method public testFlagStop() : void from class org.opentripplanner.routing.flex.VermontFlexRoutingTest | From | To | |
Extract Variable options : RoutingRequest in method public testFlagStopToRegularStopEndingInDeviatedFixedRoute() : void from class org.opentripplanner.routing.flex.VermontFlexRoutingTest | From | To | |
Extract Method | 2 | ||
Extract Method public setRoutingContext(graph Graph, temporaryVertices Collection<Vertex>) : void extracted from public setRoutingContext(graph Graph) : void in class org.opentripplanner.routing.core.RoutingRequest | From | To | |
Extract Method private search(tempVertex Vertex, dispose boolean) : Collection<Vertex> extracted from package dispose(tempVertex Vertex) : Collection<Vertex> in class org.opentripplanner.routing.vertextype.TemporaryVertexDispose | From | To |