984901ada444ca0f47dba1223a6befc4d9e620ee
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public listDeviceTypes(home Home) : List<DeviceType> renamed to public getSimpleDeviceTypeIds() : List<String> in class org.robovm.compiler.target.ios.DeviceType | From | To | |
Change Return Type | 1 | ||
Change Return Type List<DeviceType> to List<String> in method public getSimpleDeviceTypeIds() : List<String> in class org.robovm.compiler.target.ios.DeviceType | From | To | |
Extract Method | 1 | ||
Extract Method public listDeviceTypes() : List<DeviceType> extracted from public listDeviceTypes(home Home) : List<DeviceType> in class org.robovm.compiler.target.ios.DeviceType | From | To |