8ab361b123314b225733603560de36c170bbc117
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public getRowType(f RelDataTypeFactory) : RelDataType from class org.apache.drill.exec.store.pojo.PojoDataType to public getRowType(factory RelDataTypeFactory) : RelDataType from class org.apache.drill.exec.store.RecordDataType | From | To | |
| Move Method | 2 | ||
| Move Method public getPojoClass() : Class<?> from class org.apache.drill.exec.store.sys.SystemTable to public getPojoClass() : Class<?> from class org.apache.drill.exec.store.pojo.PojoDataType | From | To | |
| Move Method public getRowType(f RelDataTypeFactory) : RelDataType from class org.apache.drill.exec.store.sys.SystemTable to public getRowType(factory RelDataTypeFactory) : RelDataType from class org.apache.drill.exec.store.RecordDataType | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private pojoClass : Class<?> from class org.apache.drill.exec.store.sys.SystemTable to private pojoClass : Class<?> from class org.apache.drill.exec.store.pojo.PojoDataType | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.drill.exec.store.RecordDataType from class org.apache.drill.exec.store.sys.SystemTable | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.apache.drill.exec.store.RecordDataType from classes [org.apache.drill.exec.store.pojo.PojoDataType] | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute host : String to hostname : String in class org.apache.drill.exec.store.sys.DrillbitIterator.DrillbitInstance | From | To | |
| Rename Attribute pojoClass : Class<?> to dataType : RecordDataType in class org.apache.drill.exec.store.sys.SystemTable | From | To | |
| Rename Attribute type : PojoDataType to dataType : RecordDataType in class org.apache.drill.exec.store.sys.StaticDrillTable | From | To | |
| Extract Variable | 2 | ||
| Extract Variable opaqueClass : Class<?> in method public getWith(config DrillConfig, c Class<T>) : T from class org.apache.drill.common.JSONOptions | From | To | |
| Extract Variable stats : Stats in method public visitGroupScan(groupScan GroupScan, wrapper Wrapper) : Void from class org.apache.drill.exec.planner.fragment.StatsCollector | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type pojoClass : Class<?> to dataType : RecordDataType in class org.apache.drill.exec.store.sys.SystemTable | From | To | |
| Change Attribute Type type : PojoDataType to dataType : RecordDataType in class org.apache.drill.exec.store.sys.StaticDrillTable | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public isDistributed() : boolean extracted from public getMaxParallelizationWidth() : int in class org.apache.drill.exec.store.sys.SystemTableScan & moved to class org.apache.drill.exec.store.sys.SystemTable | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter f : RelDataTypeFactory to factory : RelDataTypeFactory in method public getRowType(factory RelDataTypeFactory) : RelDataType in class org.apache.drill.exec.store.RecordDataType | From | To | |
| Rename Parameter configuration : SystemTablePluginConfig to config : SystemTablePluginConfig in method public SystemTablePlugin(config SystemTablePluginConfig, context DrillbitContext, name String) in class org.apache.drill.exec.store.sys.SystemTablePlugin | From | To |