a34e7d513ad27ba5fb7fbdd17dd2748e6ae93226
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable windowSummary : PropagatedTimesStore to v : Vertex in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Rename Variable transitStop : TransitStop to tsidx : int in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Rename Variable arrivalTime : int to time : int in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
Rename Variable resultIterator : TObjectIntIterator<TransitStop> to it : TIntIntIterator in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Rename Variable minsPerVertex : int[] to bestTravelTimeAtMinute : int[] in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Rename Attribute | 1 | ||
Rename Attribute distancesForStop : Map<TransitStop,int[]> to distancesForVertex : TIntObjectMap<TIntIntMap> in class org.opentripplanner.profile.StopTreeCache | From | To | |
Change Variable Type | 3 | ||
Change Variable Type windowSummary : PropagatedTimesStore to v : Vertex in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Change Variable Type transitStop : TransitStop to tsidx : int in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Change Variable Type resultIterator : TObjectIntIterator<TransitStop> to it : TIntIntIterator in method public execute(vidx int, distancesToTransitStops TIntIntMap) : boolean in class org.opentripplanner.profile.RepeatedRaptorProfileRouter.makeSurfaces.forEachEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type distancesForStop : Map<TransitStop,int[]> to distancesForVertex : TIntObjectMap<TIntIntMap> in class org.opentripplanner.profile.StopTreeCache | From | To | |
Extract Method | 1 | ||
Extract Method private makeSurfaces(timesAtStops TIntObjectMap<int[]>, iterations int) : void extracted from public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To |