26f46d6007fc78f294be9283a03b1f86ae1b9027
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public testUnreferencedNativeArrayInstanceOf() : void from class com.google.gwt.core.interop.NativeJsTypeTest to public testJsTypeArray_unreferencedNativeArrayInstanceOf() : void from class com.google.gwt.core.interop.JsTypeArrayTest | From | To | |
Move Method | 2 | ||
Move Method public testStar() : void from class com.google.gwt.core.interop.JsTypeSpecialTypesTest to public testStar() : void from class com.google.gwt.core.interop.JsTypeTest | From | To | |
Move Method public testWildcard() : void from class com.google.gwt.core.interop.JsTypeSpecialTypesTest to public testWildcard() : void from class com.google.gwt.core.interop.JsTypeTest | From | To | |
Change Return Type | 1 | ||
Change Return Type JsFunctionInterface to MyJsFunctionInterfaceWithOverlay in method private createNative() : MyJsFunctionInterfaceWithOverlay in class com.google.gwt.dev.jjs.test.Java8Test | From | To | |
Rename Class | 1 | ||
Rename Class com.google.gwt.dev.jjs.test.Java8Test.JsFunctionInterface renamed to com.google.gwt.dev.jjs.test.Java8Test.MyJsFunctionInterfaceWithOverlay | From | To | |
Move Class | 3 | ||
Move Class com.google.gwt.core.interop.NativeJsTypeTest.UnreferencedNativeType moved to com.google.gwt.core.interop.JsTypeArrayTest.UnreferencedNativeType | From | To | |
Move Class com.google.gwt.core.interop.JsTypeSpecialTypesTest.Wildcard moved to com.google.gwt.core.interop.JsTypeTest.Wildcard | From | To | |
Move Class com.google.gwt.core.interop.JsTypeSpecialTypesTest.Star moved to com.google.gwt.core.interop.JsTypeTest.Star | From | To | |
Change Variable Type | 1 | ||
Change Variable Type f : JsFunctionInterface to f : MyJsFunctionInterfaceWithOverlay in method public testJsFunction_withOverlay() : void in class com.google.gwt.dev.jjs.test.Java8Test | From | To |