35819b9a13ab9e7baed8d41d5384e2325b7276fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected handleAddedTrip(graph Graph, tripUpdate TripUpdate, serviceDate ServiceDate) : boolean renamed to protected validateAndHandleAddedTrip(graph Graph, tripUpdate TripUpdate, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Rename Variable | 1 | ||
Rename Variable transitStops : List<TransitStop> to stops : List<Stop> in method protected validateAndHandleAddedTrip(graph Graph, tripUpdate TripUpdate, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type transitStops : List<TransitStop> to stops : List<Stop> in method protected validateAndHandleAddedTrip(graph Graph, tripUpdate TripUpdate, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Extract Method | 2 | ||
Extract Method private handleAddedTrip(graph Graph, tripUpdate TripUpdate, stops List<Stop>, feedId String, serviceDate ServiceDate) : boolean extracted from protected handleAddedTrip(graph Graph, tripUpdate TripUpdate, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Extract Method private getTripForTripId(tripId String) : Trip extracted from protected getPatternForTripId(tripIdWithoutAgency String) : TripPattern in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tripIdWithoutAgency : String to tripId : String in method private getTripForTripId(tripId String) : Trip in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource | From | To |