230c6331ccc6b5b5cf6c87c07e0f0703faf42620
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setJsExportInfo(isClassWideJsExport boolean) : void renamed to public setExportInfo(exportNamespace String, exportName String) : void in class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
| Rename Method public maybeGetJsNamespace(x TypeDeclaration) : String renamed to private maybeGetJsExportName(annotations Annotation[], calculatedName String) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
| Rename Variable | 1 | ||
| Rename Variable jsNamespace : AnnotationBinding to jsExport : AnnotationBinding in method private maybeGetJsExportName(annotations Annotation[], calculatedName String) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute isClassWideExport : boolean to exportName : String in class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
| Rename Attribute jsNamespace : String to exportNamespace : String in class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
| Extract Variable | 1 | ||
| Extract Variable simpleExportName : String in method public getQualifiedExportName() : String from class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type isClassWideExport : boolean to exportName : String in class com.google.gwt.dev.jjs.ast.JDeclaredType | From | To | |
| Extract Method | 1 | ||
| Extract Method private maybeGetJsNamespace(annotations Annotation[]) : String extracted from private setJsInteropProperties(member JMember, annotations Annotation...) : void in class com.google.gwt.dev.javac.JsInteropUtil | From | To |