8cb7dd628a528f288400ed1e187abdaa9b386a87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private mapType(type JType) : Class<?> renamed to private classObjectForType(type JType) : Class<?> in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Variable | 5 | ||
Rename Variable args : List<JExpression> to arguments : List<JExpression> in method private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Variable paramTypes : Class<?>[] to parametersClasses : Class<?>[] in method private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Variable params : List<JType> to numberOfParameters : int in method private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Variable paramValues : Object[] to argumentConstantValues : Object[] in method private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Variable actual : Method to actualMethod : Method in method private staticallyInvokeStringMethod(methodName String, instance Object, parameterClasses Class<?>[], argumentValues Object[]) : JLiteral in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute typeClassMap : Map<JType,Class<?>> to classObjectsByType : Map<JType,Class<?>> in class com.google.gwt.dev.jjs.impl.DeadCodeElimination | From | To | |
Change Variable Type | 1 | ||
Change Variable Type params : List<JType> to numberOfParameters : int in method private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Extract Method | 1 | ||
Extract Method private staticallyInvokeStringMethod(methodName String, instance Object, parameterClasses Class<?>[], argumentValues Object[]) : JLiteral extracted from private tryOptimizeStringCall(x JMethodCall, ctx Context, method JMethod) : void in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter maybeLit : JExpression to maybeLiteral : JExpression in method private tryTranslateLiteral(maybeLiteral JExpression, type Class<?>) : Object in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.DeadCodeVisitor | From | To |