c4f67d50ba2c93741d08b49656ae5cfcef3ba625
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable tripDescriptor : TripDescriptor in method private handleCanceledTrip(tripUpdate TripUpdate, agencyId String, serviceDate ServiceDate) : boolean from class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Extract Method | 2 | ||
Extract Method private cancelScheduledTrip(tripId String, serviceDate ServiceDate) : boolean extracted from private handleCanceledTrip(tripUpdate TripUpdate, agencyId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Extract Method private addTripToGraphAndBuffer(trip Trip, tripUpdate TripUpdate, stops List<Stop>, serviceDate ServiceDate, graph Graph) : boolean extracted from private handleAddedTrip(graph Graph, tripUpdate TripUpdate, stops List<Stop>, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter agencyId : String to feedId : String in method private handleCanceledTrip(tripUpdate TripUpdate, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To |