d4d8b417da690148e7ee44d66294391b1485789f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getContinuousDropoff() : int renamed to public getContinuousStops() : int in class org.opentripplanner.routing.edgetype.PatternHop | From | To | |
Rename Attribute | 1 | ||
Rename Attribute continuousDropoff : int to continuousStops : int in class org.opentripplanner.routing.edgetype.PatternHop | From | To | |
Rename Parameter | 2 | ||
Rename Parameter continuousPickup : int to continuousStops : int in method public PatternHop(from PatternStopVertex, to PatternStopVertex, begin Stop, end Stop, stopIndex int, continuousStops int) in class org.opentripplanner.routing.edgetype.PatternHop | From | To | |
Rename Parameter continuousPickup : int to continuousStops : int in method protected PatternHop(from PatternStopVertex, to PatternStopVertex, begin Stop, end Stop, stopIndex int, continuousStops int, setInPattern boolean) in class org.opentripplanner.routing.edgetype.PatternHop | From | To |