654e3739da1f596dbb63d1db95b89e3483f2a278
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type accessTimes : TObjectIntMap<TransitStop> to accessTimes : TIntIntMap in method public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[]) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To | |
Change Return Type | 1 | ||
Change Return Type TObjectIntMap<TransitStop> to TIntIntMap in method private findInitialStops(dest boolean) : TIntIntMap in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
Change Variable Type | 6 | ||
Change Variable Type stopForIndex : List<Stop> to stopForIndex : TIntList in method public RaptorWorkerData(graph Graph, window TimeWindow, scenario Scenario, sampleSet SampleSet) in class org.opentripplanner.profile.RaptorWorkerData | From | To | |
Change Variable Type stop : Stop to stop : int in method public RaptorWorkerData(graph Graph, window TimeWindow, scenario Scenario, sampleSet SampleSet) in class org.opentripplanner.profile.RaptorWorkerData | From | To | |
Change Variable Type tstop : TransitStop to tstop : int in method public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[]) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To | |
Change Variable Type accessTimes : TObjectIntMap<TransitStop> to accessTimes : TIntIntMap in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
Change Variable Type initialIterator : TObjectIntIterator<TransitStop> to initialIterator : TIntIntIterator in method public runRaptor(graph Graph, accessTimes TIntIntMap, walkTimes int[]) : PropagatedTimesStore in class org.opentripplanner.profile.RaptorWorker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexForStop : TObjectIntMap<Stop> to indexForStop : TIntIntMap in class org.opentripplanner.profile.RaptorWorkerData | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public findStopsNear(rr RoutingRequest, additionalStops Collection<AddTripPattern.TemporaryStop>) : TIntIntMap extracted from private findInitialStops(dest boolean) : TObjectIntMap<TransitStop> in class org.opentripplanner.profile.RepeatedRaptorProfileRouter & moved to class org.opentripplanner.profile.RaptorWorkerData | From | To |