8ae348768a9e37f69a728c12ebb3ada3a6dd078e
Files Diff
- Added: 12
- Removed: 2
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type items : List<Forecast> to items : List<WeatherResponse.Period> in method package ForecastAdapter(items List<WeatherResponse.Period>) in class com.commonsware.android.weather2.WeatherFragment.ForecastAdapter | From | To | |
Change Parameter Type items : List<Forecast> to items : List<WeatherResponse.Period> in method package ForecastAdapter(items List<WeatherResponse.Period>) in class com.commonsware.android.weather3.WeatherFragment.ForecastAdapter | From | To | |
Rename Variable | 1 | ||
Rename Variable loc : Location to location : Location in method public run() : void in class com.commonsware.android.weather2.WeatherFragment | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.commonsware.android.weather2.Forecast moved and renamed to com.commonsware.android.weather2.WeatherResponse.Period | From | To | |
Change Variable Type | 3 | ||
Change Variable Type item : Forecast to item : WeatherResponse.Period in method public getView(position int, convertView View, parent ViewGroup) : View in class com.commonsware.android.weather2.WeatherFragment.ForecastAdapter | From | To | |
Change Variable Type item : Forecast to item : WeatherResponse.Period in method public getView(position int, convertView View, parent ViewGroup) : View in class com.commonsware.android.weather3.WeatherFragment.ForecastAdapter | From | To |