cdbe5f9bff3055132b4347064bb231feb22ece1c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable optimalBoardingLocation : Map<TripPattern,TransitStop> to singleTouchedStops : Map<TransitStop,ProfileState> in method public route() : void in class org.opentripplanner.profile.RoundBasedProfileRouter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Multimap<TransitStop,ProfileState> to Map<TransitStop,ProfileState> in method private findInitialStops(dest boolean) : Map<TransitStop,ProfileState> in class org.opentripplanner.profile.RoundBasedProfileRouter | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [tp : TripPattern, tstop : TransitStop] to e : Entry<TransitStop,ProfileState> in method public route() : void in class org.opentripplanner.profile.RoundBasedProfileRouter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type optimalBoardingLocation : Map<TripPattern,TransitStop> to singleTouchedStops : Map<TransitStop,ProfileState> in method public route() : void in class org.opentripplanner.profile.RoundBasedProfileRouter | From | To |