d6870e6f0b16560fa106ecd6abc0a7faecbd0622
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 2 | ||
| Merge Attribute [jsFunctionInterface1 : MockJavaResource, jsFunctionInterface2 : MockJavaResource] to jsFunctionInterface : MockJavaResource in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Merge Attribute [jsFunctionInterface1 : MockJavaResource, jsFunctionInterface3 : MockJavaResource] to jsFunctionInterface : MockJavaResource in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Rename Method | 5 | ||
| Rename Method public testJsFunctionSingleInterfaceSucceeds() : void renamed to public testJsFunctionWithNoExtendsSucceeds() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Rename Method public testJsFunctionOneJsFunctionAndOneNonJsFunctionSucceeds() : void renamed to public testJsFunctionImplementationWithSingleInterfaceSucceeds() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Rename Method public testJsFunctionSubInterface_js() : void renamed to public testJsFunctionViaFunctionMethods() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
| Rename Method public testJsFunctionMultipleInterfacesWithSameSignatureFails() : void renamed to public testJsFunctionImplementationWithSuperClassFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Rename Method public testJsFunctionMultipleSuperInterfacesFails() : void renamed to public testJsFunctionImplementationWithMultipleSuperInterfacesFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable impl : MySubinterfaceOfJsFunctionInterface to jsFunctionInterface : MyJsFunctionInterface in method public testJsFunctionViaFunctionMethods() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
| Rename Variable implementedJsFunctions : SortedSet<String> to implementedInterfaces : List<JInterfaceType> in method private checkJsFunctionHierarchy(type JDeclaredType) : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionChecker | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type impl : MySubinterfaceOfJsFunctionInterface to jsFunctionInterface : MyJsFunctionInterface in method public testJsFunctionViaFunctionMethods() : void in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
| Change Variable Type implementedJsFunctions : SortedSet<String> to implementedInterfaces : List<JInterfaceType> in method private checkJsFunctionHierarchy(type JDeclaredType) : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionChecker | From | To | |
| Extract Method | 1 | ||
| Extract Method private logError(format String, type JType) : void extracted from private checkJsFunctionHierarchy(type JDeclaredType) : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionChecker | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter obj : Object to fn : Object in method private callAsFunction(fn Object, arg int) : int in class com.google.gwt.core.client.interop.JsFunctionTest | From | To | |
| Rename Parameter obj : Object to fn : Object in method private callAsFunction(fn Object) : Object in class com.google.gwt.core.client.interop.JsFunctionTest | From | To |