7da4bf36a105faf5811235692bf00e86c958f3de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable jdtParamType : TypeBinding to parameterType : JType in method private createBridgeMethod(enclosingType JDeclaredType, targetMethod JMethod, parameterTypes Iterable<JType>, returnType JType, thrownExceptions Iterable<JClassType>) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Rename Variable synthmeth : SyntheticMethodBinding to syntheticMethodBinding : SyntheticMethodBinding in method private addBridgeMethods(classBinding SourceTypeBinding) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable implmeth : JMethod to targetMethod : JMethod in method private createBridgeMethod(enclosingType JDeclaredType, targetMethod JMethod, parameterTypes Iterable<JType>, returnType JType, thrownExceptions Iterable<JClassType>) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jdtParamType : TypeBinding to parameterType : JType in method private createBridgeMethod(enclosingType JDeclaredType, targetMethod JMethod, parameterTypes Iterable<JType>, returnType JType, thrownExceptions Iterable<JClassType>) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method | 2 | ||
Extract Method private createBridgeMethod(enclosingType JDeclaredType, targetMethod JMethod, parameterTypes Iterable<JType>, returnType JType, thrownExceptions Iterable<JClassType>) : JMethod extracted from private createBridgeMethod(jdtBridgeMethod SyntheticMethodBinding) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract Method private createBridgeMethod(enclosingType JDeclaredType, sourceMethodBinding MethodBinding, targetMethod JMethod) : void extracted from private createBridgeMethod(jdtBridgeMethod SyntheticMethodBinding) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clazzBinding : SourceTypeBinding to classBinding : SourceTypeBinding in method private addBridgeMethods(classBinding SourceTypeBinding) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To |