221a6f063806b6d9a204825e919c646d605ee71c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getStopTimesForStop(stop Stop, timeRange int, numberOfDepartures int) : List<StopTimesInPattern> renamed to public stopTimesForStop(stop Stop, startTime long, timeRange int, numberOfDepartures int) : List<StopTimesInPattern> in class org.opentripplanner.routing.graph.GraphIndex | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable now : long to startTime : long in method public stopTimesForStop(stop Stop, startTime long, timeRange int, numberOfDepartures int) : List<StopTimesInPattern> in class org.opentripplanner.routing.graph.GraphIndex | From | To |