aab9abf3a9e736c2974e27aedc6cc83c522c17ab
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getItineraries(otpServer OTPServer, uriInfo UriInfo) : Response renamed to public plan(otpServer OTPServer, uriInfo UriInfo) : Response in class org.opentripplanner.api.resource.PlannerResource | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private getPaths(request RoutingRequest) : List<GraphPath> from class org.opentripplanner.api.resource.PlanGenerator to private getGraphPathsConsideringIntermediates(request RoutingRequest) : List<GraphPath> from class org.opentripplanner.routing.impl.GraphPathFinder | From | To | |
| Move Method | 1 | ||
| Move Method private joinPaths(paths List<GraphPath>) : GraphPath from class org.opentripplanner.api.resource.PlanGenerator to private joinPaths(paths List<GraphPath>) : GraphPath from class org.opentripplanner.routing.impl.GraphPathFinder | From | To |