631b34975a124dd1f5536de3894299c466936f87
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testInstanceOf_javaImplementorOfInterfaceWithProto() : void renamed to public testInstanceOf_extendsJsTypeWithProto() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Rename Method public testInstanceOf_jsoWithSyntheticProto() : void renamed to public testInstanceOf_jsoWithProto() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Rename Method public testInstanceOf_jsoSansProto() : void renamed to public testInstanceOf_jsoWithoutProto() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
Rename Method package instanceOfJsType(src Object, dstId JavaScriptObject, jsType String) : boolean renamed to package instanceOfJsPrototype(src Object, dstId JavaScriptObject, jsType String) : boolean in class com.google.gwt.lang.Cast | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public willCrossCastLikeJso(type JType) : boolean moved from class com.google.gwt.dev.jjs.ast.JTypeOracle to class com.google.gwt.dev.jjs.impl.TypeCategory & inlined to public typeCategoryForType(type JType, program JProgram) : TypeCategory | From | To | |
Rename Class | 1 | ||
Rename Class com.google.gwt.core.client.interop.MyJsInterface renamed to com.google.gwt.core.client.interop.MyJsInterfaceWithPrototype | From | To | |
Rename Attribute | 1 | ||
Rename Attribute TYPE_JS_INTERFACE : int to TYPE_JS_PROTOTYPE : int in class com.google.gwt.lang.Array | From | To | |
Change Variable Type | 1 | ||
Change Variable Type myClass : MyJsInterface to myClass : MyJsInterfaceWithPrototype in method public testCasts() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To |