b5ae935cf209edd165ae0d4e6e3e0a488bce39e7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public setDefaultAgencyId(defaultAgencyId String) : void renamed to public setFeedId(feedId String) : void in class org.opentripplanner.updater.alerts.AlertsUpdateHandler | From | To | |
Rename Method public getAgencyId() : String renamed to public getFeedId() : String in class org.opentripplanner.updater.stoptime.TripUpdateSource | From | To | |
Rename Method public getAgencyId() : String renamed to public getFeedId() : String in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource | From | To | |
Rename Method public getAgencyId() : String renamed to public getFeedId() : String in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource | From | To | |
Rename Method public getAgencies() : Response renamed to public getFeeds(feedId String) : Response in class org.opentripplanner.index.IndexAPI | From | To | |
Rename Method public getAgencyIds() : Collection<String> renamed to public getFeedIds() : Collection<String> in class org.opentripplanner.routing.graph.Graph | From | To | |
Rename Variable | 3 | ||
Rename Variable agencyId : String to agency : Agency in method public getTimeZone() : TimeZone in class org.opentripplanner.routing.graph.Graph | From | To | |
Rename Variable agencyIds : Collection<String> to agencies : Collection<Agency> in method public getTimeZone() : TimeZone in class org.opentripplanner.routing.graph.Graph | From | To | |
Rename Variable a : Agency to agency : Agency in method public GraphIndex(graph Graph) in class org.opentripplanner.routing.graph.GraphIndex | From | To | |
Rename Attribute | 6 | ||
Rename Attribute agencyId : String to feedId : String in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater | From | To | |
Rename Attribute agencyId : String to feedId : String in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource | From | To | |
Rename Attribute agencyId : String to feedId : String in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource | From | To | |
Rename Attribute defaultAgencyId : String to feedId : String in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater | From | To | |
Rename Attribute defaultAgencyId : String to feedId : String in class org.opentripplanner.updater.alerts.AlertsUpdateHandler | From | To | |
Rename Attribute agenciesIds : Collection<String> to feedIds : Collection<String> in class org.opentripplanner.routing.graph.Graph | From | To | |
Change Variable Type | 3 | ||
Change Variable Type agencyIds : Collection<String> to agencies : Collection<Agency> in method public getTimeZone() : TimeZone in class org.opentripplanner.routing.graph.Graph | From | To | |
Change Variable Type agency : String to agency : Agency in method private setServiceDays() : void in class org.opentripplanner.routing.core.RoutingContext | From | To | |
Change Variable Type agencyId : String to agency : Agency in method public getTimeZone() : TimeZone in class org.opentripplanner.routing.graph.Graph | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setFeedId(feedId GtfsFeedId) : void extracted from protected setUp() : void in class org.opentripplanner.GtfsTest & moved to class org.opentripplanner.graph_builder.model.GtfsBundle | From | To | |
Rename Parameter | 2 | ||
Rename Parameter agency : String to feedId : String in method public match(feedId String, trip TripDescriptor) : TripDescriptor in class org.opentripplanner.updater.GtfsRealtimeFuzzyTripMatcher | From | To | |
Rename Parameter defaultAgencyId : String to feedId : String in method public setFeedId(feedId String) : void in class org.opentripplanner.updater.alerts.AlertsUpdateHandler | From | To |