1a71638dddc7d8fb015d1a34afe041611473b737
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public getExportNamespace() : String moved from class com.google.gwt.dev.jjs.ast.JDeclaredType to class com.google.gwt.dev.jjs.ast.JMethod & inlined to public getQualifiedExportName() : String | From | To | |
Inline Method | 2 | ||
Inline Method protected computeExportNamespace() : String inlined to public getExportNamespace() : String in class com.google.gwt.dev.jjs.ast.JMethod | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [namespace : String, sourceInfo : SourceInfo] to member : JMember in method private ensureProvideNamespace(member JMember, ctor JsNameRef) : void in class com.google.gwt.dev.jjs.impl.DefaultJsInteropExportsGenerator | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute namespace : String to jsNamespace : String in method public getQualifiedExportName() : String in class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
Inline Variable | 1 | ||
Inline Variable namespace : String in method public exportMember(member JMember) : void from class com.google.gwt.dev.jjs.impl.ClosureJsInteropExportsGenerator | From | To |