63dceeaa3e286176774be539edc78b6e5b5e45b4
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private addDependencyIfNeeded(clazz Clazz, desc String) : void renamed to private addClassDependencyIfNeeded(clazz Clazz, desc String, weak boolean) : void in class org.robovm.compiler.ClassCompiler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rootClasses : Collection<Clazz> to rootClasses : Set<Clazz> in method public compile(rootClasses Set<Clazz>, compileDependencies boolean, listener ClassCompilerListener) : Set<Clazz> in class org.robovm.compiler.AppCompiler | From | To | |
Rename Variable | 2 | ||
Rename Variable dep : Dependency to className : String in method public compile(rootClasses Set<Clazz>, compileDependencies boolean, listener ClassCompilerListener) : Set<Clazz> in class org.robovm.compiler.AppCompiler | From | To | |
Rename Variable trampolineDependencies : Set<String> to deps : Set<String> in method private compile(clazz Clazz, out OutputStream) : void in class org.robovm.compiler.ClassCompiler | From | To | |
Inline Method | 1 | ||
Inline Method private compile(executor Executor, listener ClassCompilerListener, clazz Clazz, compileQueue Set<Clazz>, compiled Set<Clazz>, compileDependencies boolean) : boolean inlined to public compile(rootClasses Set<Clazz>, compileDependencies boolean, listener ClassCompilerListener) : Set<Clazz> in class org.robovm.compiler.AppCompiler | From | To | |
Move Class | 1 | ||
Move Class org.robovm.compiler.clazz.ClazzInfo.MethodInfo moved to org.robovm.compiler.clazz.MethodInfo | From | To | |
Rename Attribute | 1 | ||
Rename Attribute methodCompiler : MethodCompiler to javaMethodCompiler : MethodCompiler in class org.robovm.compiler.ClassCompiler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dep : Dependency to className : String in method public compile(rootClasses Set<Clazz>, compileDependencies boolean, listener ClassCompilerListener) : Set<Clazz> in class org.robovm.compiler.AppCompiler | From | To | |
Extract Method | 6 | ||
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private method(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private callbackMethod(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private bridgeMethod(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private structMember(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private globalValueMethod(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Extract Method private compileMethod(methodCompiler AbstractMethodCompiler, method SootMethod) : Function extracted from private nativeMethod(method SootMethod) : Function in class org.robovm.compiler.ClassCompiler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type trampolines : Set<Trampoline> to trampolines : Map<Trampoline,List<SootMethod>> in class org.robovm.compiler.ClassCompiler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter s : String to internalName : String in method private addDependency(internalName String) : void in class org.robovm.compiler.AttributesEncoder | From | To |