ec2f0d5cd75a4377a951d0608cd8445a72dc5f18
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public getInitMethod() : JMethod from class com.google.gwt.dev.jjs.ast.JDeclaredType to public getInitMethod() : JMethod from class com.google.gwt.dev.jjs.ast.JClassType | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type expectedMethodSnippets : Iterable<String> to expectedMethodSnippets : Iterable<T> in method protected assertContainsAll(expectedMethodSnippets Iterable<T>, actualMethodSnippets Set<T>) : void in class com.google.gwt.dev.jjs.impl.JJSTestBase | From | To | |
Change Parameter Type actualMethodSnippets : Set<String> to actualMethodSnippets : Set<T> in method protected assertContainsAll(expectedMethodSnippets Iterable<T>, actualMethodSnippets Set<T>) : void in class com.google.gwt.dev.jjs.impl.JJSTestBase | From | To | |
Rename Variable | 1 | ||
Rename Variable modifiedMethods : Iterable<JMethod> to affectedMethods : Set<JMethod> in method public exec(program JProgram, optimizerCtx OptimizerContext) : OptimizerStats in class com.google.gwt.dev.jjs.impl.DeadCodeElimination | From | To | |
Change Variable Type | 2 | ||
Change Variable Type modifiedMethods : Iterable<JMethod> to affectedMethods : Set<JMethod> in method public exec(program JProgram, optimizerCtx OptimizerContext) : OptimizerStats in class com.google.gwt.dev.jjs.impl.DeadCodeElimination | From | To | |
Change Variable Type missing : List<String> to missing : List<T> in method protected assertContainsAll(expectedMethodSnippets Iterable<T>, actualMethodSnippets Set<T>) : void in class com.google.gwt.dev.jjs.impl.JJSTestBase | From | To |