f71ab4d8bc6ffd14eae488393937d57a19b01da2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type action : ActionListener to action : OnActionListener in method public UIMenuItem(title String, action OnActionListener) in class org.robovm.apple.uikit.UIMenuItem | From | To | |
Change Parameter Type action : ActionListener to action : OnActionListener in method public setActionListener(action OnActionListener) : void in class org.robovm.apple.uikit.UIMenuItem | From | To | |
Change Return Type | 3 | ||
Change Return Type short to int in method public openBundleResourceMap() : int in class org.robovm.apple.corefoundation.CFBundle | From | To | |
Change Return Type ActionListener to OnActionListener in method public getActionListener() : OnActionListener in class org.robovm.apple.uikit.UIMenuItem | From | To | |
Change Return Type MachineSizedUIntPtr to IntPtr in method protected getListOfAvailableEncodings() : IntPtr in class org.robovm.apple.corefoundation.CFString | From | To | |
Rename Class | 1 | ||
Rename Class org.robovm.apple.uikit.UIMenuItem.ActionListener renamed to org.robovm.apple.uikit.UIMenuItem.OnActionListener | From | To | |
Extract Variable | 3 | ||
Extract Variable dict : CFDictionary in method public getAttributes(loc long, effectiveRange CFRange) : NSAttributedStringAttributes from class org.robovm.apple.corefoundation.CFAttributedString | From | To | |
Extract Variable dict : NSDictionary<NSString,NSObject> in method public getAttributes() : NSAttributedStringAttributes from class org.robovm.apple.coretext.CTRun | From | To | |
Extract Variable dict : CFDictionary in method public getTextMarkupAttributes(loc long, effectiveRange CFRange) : CMTextMarkupAttributes from class org.robovm.apple.corefoundation.CFAttributedString | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type actionListener : ActionListener to actionListener : OnActionListener in class org.robovm.apple.uikit.UIMenuItem | From | To |