535f2fa973995f18d190a689127acbe134a42a15
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable paramIdx : int to paramIndex : int in method private createBridgeMethod(enclosingType JDeclaredType, sourceMethodBinding MethodBinding, targetMethod JMethod) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Inline Method | 1 | ||
Inline Method private createBridgeMethod(enclosingType JDeclaredType, targetMethod JMethod, parameterTypes Iterable<JType>, returnType JType, thrownExceptions Iterable<JClassType>) : JMethod inlined to private createBridgeMethod(enclosingType JDeclaredType, sourceMethodBinding MethodBinding, targetMethod JMethod) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Change Return Type | 1 | ||
Change Return Type void to JMethod in method private createBridgeMethod(enclosingType JDeclaredType, sourceMethodBinding MethodBinding, targetMethod JMethod) : JMethod in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private mapTypes(types TypeBinding[]) : Iterable<T> extracted from private createBridgeMethod(enclosingType JDeclaredType, sourceMethodBinding MethodBinding, targetMethod JMethod) : void in class com.google.gwt.dev.jjs.impl.GwtAstBuilder.AstVisitor & moved to class com.google.gwt.dev.jjs.impl.GwtAstBuilder | From | To |