e7fa912982c5e67b7a04117bb423101b2411709e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method public getNextTrip(s0 State, sd ServiceDay) : TripTimes inlined to public traverse(s0 State, arrivalTimeAtStop long) : State in class org.opentripplanner.routing.edgetype.TransitBoardAlight | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute adjustedTime : int to minTime : int in method private inBounds(time int) : boolean in class org.opentripplanner.routing.edgetype.Timetable | From | To | |
| Replace Variable With Attribute bestTime : int to maxTime : int in method private inBounds(time int) : boolean in class org.opentripplanner.routing.edgetype.Timetable | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable depTime : int to time : int in method private inBounds(time int) : boolean in class org.opentripplanner.routing.edgetype.Timetable | From | To | |
| Extract Method | 2 | ||
| Extract Method private inBounds(time int) : boolean extracted from public getNextCallNRideTrip(s0 State, serviceDay ServiceDay, stopIndex int, boarding boolean, directTime int) : TripTimes in class org.opentripplanner.routing.edgetype.Timetable | From | To |