adb428eeb25f8114b9990859030ea745288a2ec2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type JMethodCall to void in method private maybeUpgradeToNonPolymorphicCall(x JMethodCall) : void in class com.google.gwt.dev.jjs.impl.MethodCallTightener.MethodCallTighteningVisitor | From | To | |
Extract Method | 2 | ||
Extract Method private maybeReplaceTargetMethod(methodCall JMethodCall, newTargetMethod JMethod) : JMethodCall extracted from public endVisit(x JMethodCall, ctx Context) : void in class com.google.gwt.dev.jjs.impl.MethodCallTightener.MethodCallTighteningVisitor | From | To | |
Extract Method private toString(object Object) : String extracted from public toString() : String in class java.lang.Object | From | To | |
Rename Parameter | 1 | ||
Rename Parameter x : JMethodCall to methodCall : JMethodCall in method private maybeReplaceTargetMethod(methodCall JMethodCall, newTargetMethod JMethod) : JMethodCall in class com.google.gwt.dev.jjs.impl.MethodCallTightener.MethodCallTighteningVisitor | From | To |