a90eaeb424133683b07bb9bcd8ea3a8ead78bd3a
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable translatedBikeRentalStation : TranslatedBikeRentalStation to station_localized : BikeRentalStation in method public getBikeRentalStations(lowerLeft String, upperRight String, routerId String, locale_param String) : BikeRentalStationList in class org.opentripplanner.api.resource.BikeRental | From | To | |
Move Attribute | 1 | ||
Move Attribute private locale : Locale from class org.opentripplanner.routing.bike_rental.TranslatedBikeRentalStation to public locale : Locale from class org.opentripplanner.routing.bike_rental.BikeRentalStation | From | To | |
Change Variable Type | 2 | ||
Change Variable Type out : List<TranslatedBikeRentalStation> to out : List<BikeRentalStation> in method public getBikeRentalStations(lowerLeft String, upperRight String, routerId String, locale_param String) : BikeRentalStationList in class org.opentripplanner.api.resource.BikeRental | From | To | |
Change Variable Type translatedBikeRentalStation : TranslatedBikeRentalStation to station_localized : BikeRentalStation in method public getBikeRentalStations(lowerLeft String, upperRight String, routerId String, locale_param String) : BikeRentalStationList in class org.opentripplanner.api.resource.BikeRental | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type stations : List<TranslatedBikeRentalStation> to stations : List<BikeRentalStation> in class org.opentripplanner.api.resource.BikeRentalStationList | From | To |