77cf7e2ee61fb40e7efd85148ac76947d13dda38
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable entry : Map.Entry<String,DrillFuncHolder> to functionEntry : Map.Entry<String,Queue<String>> in method public close() : void in class org.apache.drill.exec.expr.fn.registry.FunctionRegistryHolder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,DrillFuncHolder> to functionEntry : Map.Entry<String,Queue<String>> in method public close() : void in class org.apache.drill.exec.expr.fn.registry.FunctionRegistryHolder | From | To | |
Extract Method | 2 | ||
Extract Method private closeClassLoader(functionName String, functionSignatures Queue<String>) : boolean extracted from private removeAllByJar(jarName String) : void in class org.apache.drill.exec.expr.fn.registry.FunctionRegistryHolder | From | To | |
Extract Method public close() : void extracted from private removeAllByJar(jarName String) : void in class org.apache.drill.exec.expr.fn.registry.FunctionRegistryHolder | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public close() : void extracted from private scan(classLoader ClassLoader, path Path, urls URL[]) : ScanResult in class org.apache.drill.exec.expr.fn.FunctionImplementationRegistry & moved to class org.apache.drill.exec.expr.fn.registry.LocalFunctionRegistry | From | To |