ef3b759d9a3118cec8c19e6ea8e944bc34aa7e1d
Files Diff
- Added: 4
- Removed: 5
- Renamed: 0
- Modified: 42
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testInstanceOf_withNameSpace() : void renamed to public _testInstanceOf_withNameSpace() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Rename Method private createMyNativeJsTypeInterface() : Object renamed to private createMyNativeJsType() : Object in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Change Return Type | 1 | ||
Change Return Type SimpleJsTypeReturnFromNativeWithACall[] to SimpleJsTypeReturnFromNativeWithAMethod[] in method private returnJsTypeWithIdsFromNative() : SimpleJsTypeReturnFromNativeWithAMethod[] in class com.google.gwt.core.client.interop.JsTypeArrayTest | From | To | |
Rename Class | 6 | ||
Rename Class com.google.gwt.core.client.interop.HTMLAnotherElement renamed to com.google.gwt.core.client.interop.HTMLElementAnotherConcreteNativeJsType | From | To | |
Rename Class com.google.gwt.core.client.interop.ElementLikeJsInterface renamed to com.google.gwt.core.client.interop.ElementLikeNativeInterface | From | To | |
Rename Class com.google.gwt.core.client.interop.JsTypeTest.MyJsInterfaceWithPrototypeAndOnlyInstanceofReference renamed to com.google.gwt.core.client.interop.JsTypeTest.MyNativeJsTypeInterfaceAndOnlyInstanceofReference | From | To | |
Rename Class com.google.gwt.core.client.interop.JsTypeArrayTest.SimpleJsTypeReturnFromNativeWithACall renamed to com.google.gwt.core.client.interop.JsTypeArrayTest.SimpleJsTypeReturnFromNativeWithAMethod | From | To | |
Rename Class com.google.gwt.core.client.interop.HTMLElement renamed to com.google.gwt.core.client.interop.HTMLElementConcreteNativeJsType | From | To | |
Rename Class com.google.gwt.core.client.interop.ElementLikeJsInterfaceImpl renamed to com.google.gwt.core.client.interop.ElementLikeNativeInterfaceImpl | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.google.gwt.core.client.interop.MyJsClassWithPrototypeAndOnlyInstanceofReference moved and renamed to com.google.gwt.core.client.interop.JsTypeTest.AliasToMyNativeJsTypeWithOnlyInstanceofReference | From | To | |
Change Variable Type | 4 | ||
Change Variable Type i : ElementLikeJsInterface to i : ElementLikeNativeInterface in method public testCast_fromJsFunction() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
Change Variable Type obj : ElementLikeJsInterface to obj : ElementLikeNativeInterface in method public testCast_fromJsObject() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
Change Variable Type array : SimpleJsTypeReturnFromNativeWithACall[] to array : SimpleJsTypeReturnFromNativeWithAMethod[] in method public testJsTypeArray_returnFromNativeWithACall() : void in class com.google.gwt.core.client.interop.JsTypeArrayTest | From | To | |
Change Variable Type c5 : ElementLikeJsInterface to c5 : ElementLikeNativeInterface in method public testCast_inJava() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To |