a8bd42914b58219288bdb14a68935fc1a7788b53
Files Diff
- Added: 1
- Removed: 9
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testInstanceOfWithNameSpace() : void renamed to public testInstanceOf_withNameSpace() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Rename Method private createMyJsInterface() : Object renamed to private createMyNativeJsTypeInterface() : Object in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public testConcreteNativeType() : void from class com.google.gwt.core.client.interop.JsTypeTest to public testNativeJsType() : void from class com.google.gwt.core.client.interop.JsPropertyTest | From | To | |
Move And Rename Method public testConcreteNativeType_sublasss() : void from class com.google.gwt.core.client.interop.JsTypeTest to public testNativeJsTypeSubclass() : void from class com.google.gwt.core.client.interop.JsPropertyTest | From | To | |
Move Method | 3 | ||
Move Method public testProtectedNames() : void from class com.google.gwt.core.client.interop.JsTypeTest to public testProtectedNames() : void from class com.google.gwt.core.client.interop.JsPropertyTest | From | To | |
Move Method public testJsPropertyGetX() : void from class com.google.gwt.core.client.interop.JsTypeTest to public testJsPropertyGetX() : void from class com.google.gwt.core.client.interop.JsPropertyTest | From | To | |
Move Method public testJsPropertyIsX() : void from class com.google.gwt.core.client.interop.JsTypeTest to public testJsPropertyIsX() : void from class com.google.gwt.core.client.interop.JsPropertyTest | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public JCHSU : String in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptTransformer | From | To | |
Extract Attribute public OBJECT_TYPEMARKER : String in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptTransformer | From | To | |
Move And Rename Class | 5 | ||
Move And Rename Class com.google.gwt.core.client.interop.MyJsInterfaceWithPrototypeImpl moved and renamed to com.google.gwt.core.client.interop.JsPropertyTest.MyJavaTypeImplementingMyJsTypeInterfaceWithProperty | From | To | |
Move And Rename Class com.google.gwt.core.client.interop.MyJsInterfaceWithPrototype moved and renamed to com.google.gwt.core.client.interop.JsPropertyTest.MyJsTypeInterfaceWithProperty | From | To | |
Move And Rename Class com.google.gwt.core.client.interop.MyClassExtendsJsPrototype moved and renamed to com.google.gwt.core.client.interop.JsPropertyTest.MyNativeJsTypeSubclass | From | To | |
Move And Rename Class com.google.gwt.core.client.interop.MyJsInterfaceWithProtectedNames moved and renamed to com.google.gwt.core.client.interop.JsPropertyTest.MyJsTypeInterfaceWithProtectedNames | From | To | |
Move And Rename Class com.google.gwt.core.client.interop.MyJsClassWithPrototype moved and renamed to com.google.gwt.core.client.interop.JsPropertyTest.MyNativeJsType | From | To | |
Move Class | 4 | ||
Move Class com.google.gwt.core.client.interop.JsTypeGetProperty moved to com.google.gwt.core.client.interop.JsPropertyTest.JsTypeGetProperty | From | To | |
Move Class com.google.gwt.core.client.interop.MyNamespacedJsInterface moved to com.google.gwt.core.client.interop.JsTypeTest.MyNamespacedJsInterface | From | To | |
Move Class com.google.gwt.core.client.interop.JsTypeIsProperty moved to com.google.gwt.core.client.interop.JsPropertyTest.JsTypeIsProperty | From | To | |
Move Class com.google.gwt.core.client.interop.MyJsInterfaceWithPrototypeAndOnlyInstanceofReference moved to com.google.gwt.core.client.interop.JsTypeTest.MyJsInterfaceWithPrototypeAndOnlyInstanceofReference | From | To | |
Extract Variable | 1 | ||
Extract Variable prototypeQualifierOf : JsNameRef in method private generatePrototypeAssignment(method JMethod, name JsName, rhs JsExpression, accessorType JsPropertyAccessorType) : void from class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptTransformer | From | To | |
Extract Method | 1 | ||
Extract Method private generatePrototypeAssignment(method JMethod, name JsName, rhs JsExpression, accessorType JsPropertyAccessorType) : void extracted from private generatePrototypeAssignment(method JMethod, name JsName, rhs JsExpression) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptTransformer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createInvocationOrPropertyAccess(sourceInfo SourceInfo, propertyAccessorType JsPropertyAccessorType, reference JsNameRef, args List<JsExpression>) : JsExpression extracted from private dispatchToInstanceMethod(instance JsExpression, method JMethod, args List<JsExpression>, sourceInfo SourceInfo) : JsExpression in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptTransformer & moved to class com.google.gwt.dev.js.JsUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter a : int to x : int in method public setX(x int) : void in class com.google.gwt.core.client.interop.JsPropertyTest.MyJsTypeInterfaceWithProperty | From | To |