e2da4a725cc98410388b31c6c328059b8a531e7c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 1 | ||
| Change Variable Type out : List<BikeRentalStation> to out : List<TranslatedBikeRentalStation> 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 | 2 | ||
| Change Attribute Type stations : List<BikeRentalStation> to stations : List<TranslatedBikeRentalStation> in class org.opentripplanner.api.resource.BikeRentalStationList | From | To | |
| Change Attribute Type name : String to name : I18NString in class org.opentripplanner.routing.bike_rental.BikeRentalStation | From | To |