cb1e3f891bdeee53c5ead206690ad703b09f3ff4
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isDefault() : boolean renamed to public isPackagePrivate() : boolean in class com.google.gwt.dev.jjs.ast.JMethod | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private getStaticImpl(method JMethod) : JMethod from class com.google.gwt.dev.jjs.impl.Devirtualizer to public getOrCreateStaticImpl(program JProgram, method JMethod) : JMethod from class com.google.gwt.dev.jjs.impl.MakeCallsStatic.CreateStaticImplsVisitor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type type : JClassType to type : JDeclaredType in method public visit(type JDeclaredType, ctx Context) : boolean in class com.google.gwt.dev.jjs.impl.Pruner.PruneVisitor | From | To | |
Extract Method | 2 | ||
Extract Method private collectSelfAndSuperMethods(type JDeclaredType, shouldCollect Predicate<JMethod>, collected Multimap<String,JMethod>) : void extracted from private computeOverrides() : void in class com.google.gwt.dev.jjs.impl.UnifyAst | From | To | |
Extract Method private collectSelfAndSuperPolymorphicMethods(type JDeclaredType, overridingMethodBySignature Multimap<String,JMethod>) : void extracted from private computeOverrides() : void in class com.google.gwt.dev.jjs.impl.UnifyAst | From | To |