a8188169ced9731cfa17d619145b92fd0fd3fdf0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<TripPattern,StopAtDistance> to Multimap<TripPattern,StopAtDistance> in method public findClosestPatterns(stopClusters Multimap<StopCluster,StopAtDistance>) : Multimap<TripPattern,StopAtDistance> in class org.opentripplanner.profile.ProfileRouter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute accessTime : int to accessStats : Stats in class org.opentripplanner.profile.Ride | From | To | |
Extract Variable | 1 | ||
Extract Variable newPatternRide : PatternRide in method public route() : ProfileResponse from class org.opentripplanner.profile.ProfileRouter | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type fromStops : Map<TripPattern,StopAtDistance> to fromStops : Multimap<TripPattern,StopAtDistance> in class org.opentripplanner.profile.ProfileRouter | From | To | |
Change Attribute Type toStops : Map<TripPattern,StopAtDistance> to toStops : Multimap<TripPattern,StopAtDistance> in class org.opentripplanner.profile.ProfileRouter | From | To | |
Change Attribute Type accessTime : int to accessStats : Stats in class org.opentripplanner.profile.Ride | From | To |