906cdbe40a199ba6f545d1ee659dc1fc0accfae6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public renderBufferStorage(target long, drawable EAGLDrawable) : boolean renamed to public renderbufferStorage(target long, drawable EAGLDrawable) : boolean in class org.robovm.apple.opengles.EAGLContext | From | To | |
Move Method | 2 | ||
Move Method protected ColorFormat() : NSString from class org.robovm.apple.opengles.EAGLDrawableProperties to public ColorFormat() : NSString from class org.robovm.apple.opengles.EAGLDrawableProperties.Keys | From | To | |
Move Method protected RetainedBacking() : NSString from class org.robovm.apple.opengles.EAGLDrawableProperties to public RetainedBacking() : NSString from class org.robovm.apple.opengles.EAGLDrawableProperties.Keys | From | To | |
Extract Class | 2 | ||
Extract Class org.robovm.apple.opengles.EAGLDrawableProperties.Keys from class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Class org.robovm.apple.opengles.EAGLColorFormat.Values from class org.robovm.apple.opengles.EAGLColorFormat | From | To | |
Extract Method | 6 | ||
Extract Method public has(key NSString) : boolean extracted from public getColorFormat() : EAGLColorFormat in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Method public set(key NSString, value NSObject) : EAGLDrawableProperties extracted from public setRetainedBacking(retainedBacking boolean) : EAGLDrawableProperties in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Method public get(key NSString) : NSObject extracted from public getColorFormat() : EAGLColorFormat in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Method public has(key NSString) : boolean extracted from public isRetainedBacking() : boolean in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Method public get(key NSString) : NSObject extracted from public isRetainedBacking() : boolean in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To | |
Extract Method public set(key NSString, value NSObject) : EAGLDrawableProperties extracted from public setColorFormat(colorFormat EAGLColorFormat) : EAGLDrawableProperties in class org.robovm.apple.opengles.EAGLDrawableProperties | From | To |