ffa198331e725c70d380062f2508d0b1c12aaf13
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable v : TransitStop to transitStop : TransitStop in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Rename Variable et : int to elapsedTime : int in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Rename Variable startTime : int to departureTime : int in method public route() : void in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Extract Class | 1 | ||
| Extract Class org.opentripplanner.profile.PropagatedTimesStore from class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute banRoute : AgencyAndId to banAgency : String in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable arrivalTime : int in method public route() : void from class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type distancesForStop : Map<TransitStop,TObjectIntMap<Vertex>> to distancesForStop : Map<TransitStop,int[]> in class org.opentripplanner.profile.StopTreeCache | From | To | |
| Change Attribute Type banRoute : AgencyAndId to banAgency : String in class org.opentripplanner.profile.RepeatedRaptorProfileRouter | From | To |