b01585b6e6c82377aee70fc6cdb557ab050e6723
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public createParameter(info SourceInfo, name String, type JType, isFinal boolean, isThis boolean, enclosingMethod JMethod) : JParameter from class com.google.gwt.dev.jjs.ast.JProgram to private createParameter(info SourceInfo, name String, type JType, isFinal boolean, isThis boolean) : JParameter from class com.google.gwt.dev.jjs.ast.JMethod | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable curRef : JExpression to instance : JExpression in method private createFieldRef(instance JExpression, info SourceInfo, fieldBinding FieldBinding) : JExpression in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method | 4 | ||
Extract Method private createFieldRef(instance JExpression, info SourceInfo, fieldBinding FieldBinding) : JExpression extracted from public endVisit(x FieldReference, scope BlockScope) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method private getInternalCompilerException(x TypeDeclaration, e Throwable) : InternalCompilerException extracted from private createMembers(x TypeDeclaration) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder | From | To | |
Extract Method private createFieldRef(instance JExpression, info SourceInfo, fieldBinding FieldBinding) : JExpression extracted from public endVisit(x QualifiedNameReference, scope BlockScope) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method private getInternalCompilerException(x TypeDeclaration, e Throwable) : InternalCompilerException extracted from private resolveTypeRefs(x TypeDeclaration) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public createFinalParameter(info SourceInfo, name String, type JType) : JParameter extracted from private mapParameters(info SourceInfo, method JMethod, binding MethodBinding, argPosition int) : int in class com.google.gwt.dev.jjs.impl.ReferenceMapper & moved to class com.google.gwt.dev.jjs.ast.JMethod | From | To | |
Extract And Move Method public createFinalParameter(info SourceInfo, name String, type JType) : JParameter extracted from private mapParameters(info SourceInfo, method JMethod, binding MethodBinding, paramNames String[]) : void in class com.google.gwt.dev.jjs.impl.ReferenceMapper & moved to class com.google.gwt.dev.jjs.ast.JMethod | From | To |