04b56f4c02dd1c13a8c0e4ae0c12a4afbcfbfb59
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 30
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSubClassWithSuperCalls() : void renamed to public testConcreteNativeType_sublasss() : void in class com.google.gwt.core.client.interop.JsTypeTest | From | To | |
| Rename Class | 1 | ||
| Rename Class com.google.gwt.core.client.interop.MyJsPrototypeWithOnlyInstanceofReference renamed to com.google.gwt.core.client.interop.MyJsInterfaceWithPrototypeAndOnlyInstanceofReference | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.google.gwt.core.client.interop.HTMLAnotherElement.Prototype moved and renamed to com.google.gwt.core.client.interop.MyJsClassWithPrototypeAndOnlyInstanceofReference | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.google.gwt.core.client.interop.MyJsClassWithPrototype from classes [com.google.gwt.core.client.interop.MyClassExtendsJsPrototype] | From | To | |
| Extract Variable | 2 | ||
| Extract Variable sourceInfo : SourceInfo in method public endVisit(x JNewInstance, ctx Context) : void from class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Extract Variable ctor : JConstructor in method public endVisit(x JNewInstance, ctx Context) : void from class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Extract Method | 1 | ||
| Extract Method private getSuperPrototype(x JClassType) : String extracted from private generateCallToDefineClass(x JClassType, globalStmts List<JsStatement>, constructorArgs List<JsNameRef>) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To |