4241299bd66dffd7ebc213c1e3fafab869324493
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public runRaptor(initialStops TIntIntMap, departureTime int) : void renamed to public runRaptorScheduled(initialStops TIntIntMap, departureTime int) : void in class org.opentripplanner.profile.RaptorWorker | From | To | |
| Rename Variable | 2 | ||
| Rename Variable timesAtTargetsEachMinute : int[][] to timesAtTargetsEachIteration : int[][] in method public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[], ts TaskStatistics) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To | |
| Rename Variable timesAtTargets : int[] to scheduledTimesAtTargets : int[] in method public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[], ts TaskStatistics) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To | |
| Extract Method | 1 | ||
| Extract Method public doPropagation(timesAtTransitStops int[], timesAtTargets int[], departureTime int) : void extracted from public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[], ts TaskStatistics) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To |