a0d61dcc43875b171cc84bb8cc7025d11542358a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createQualifier(namespace String, sourceInfo SourceInfo) : JsNameRef renamed to public createQualifiedNameRef(namespace String, sourceInfo SourceInfo) : JsNameRef in class com.google.gwt.dev.js.JsUtils | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type vars : JsVars to globalStmts : List<JsStatement> in method private maybeGenerateClassLiteral(type JType, globalStmts List<JsStatement>) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable stmt : JsExprStmt to callGoogInherits : JsExprStmt in method private generateClosureClassDefinition(x JClassType, globalStmts List<JsStatement>) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable info : SourceInfo in method private maybeGenerateClassLiteral(type JType, globalStmts List<JsStatement>) : void from class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Extract Method | 2 | ||
| Extract Method private declareClosureInterface(x JInterfaceType, globalStmts List<JsStatement>) : void extracted from public endVisit(x JInterfaceType, ctx Context) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Extract Method private getClassLiteralField(type JType) : JField extracted from private maybeGenerateClassLiteral(type JType, vars JsVars) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter vars : JsVars to globalStmts : List<JsStatement> in method private maybeGenerateClassLiteral(type JType, globalStmts List<JsStatement>) : void in class com.google.gwt.dev.jjs.impl.GenerateJavaScriptAST.GenerateJavaScriptVisitor | From | To |