4e0b1d6a401989cbf2e8ad51026ed1af13b5f245
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private needsStubMethod(type JDeclaredType, method JMethod, interfaceMethod JMethod) : boolean inlined to private maybeAddSyntheticOverride(type JDeclaredType, superMethod JMethod, interfaceMethods Collection<JMethod>) : JMethod in class com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods | From | To | |
Inline Variable | 1 | ||
Inline Variable baseImplementingMethod : JMethod in method private computeOverrides(type JDeclaredType) : void from class com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods | From | To | |
Rename Parameter | 1 | ||
Rename Parameter method : JMethod to superMethod : JMethod in method private maybeAddSyntheticOverride(type JDeclaredType, superMethod JMethod, interfaceMethods Collection<JMethod>) : JMethod in class com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods | From | To |