630d0fe06c09175ed3565a56222625dab4fb7316
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable time : int to arrivalTime : int in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Rename Variable times : int[] to minsPerVertex : int[] in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Inline Method | 1 | ||
| Inline Method private makeSurfaces(timesAtStops TIntObjectMap<int[]>, iterations int) : void inlined to public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute distancesForVertex : TIntObjectMap<TIntIntMap> to distancesForStop : Map<TransitStop,int[]> in class org.opentripplanner.profile.StopTreeCache | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type distancesForVertex : TIntObjectMap<TIntIntMap> to distancesForStop : Map<TransitStop,int[]> in class org.opentripplanner.profile.StopTreeCache | From | To |