78dc86843fb9ef2683156708bc545a6b1950cb87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public checkQuotedId() : void renamed to public checkQuotedIdWithEscapes() : void in class org.apache.drill.exec.record.metadata.schema.parser.TestSchemaParser | From | To | |
| Rename Method public testCreateWithProperties() : void renamed to public testCreateWithSchemaProperties() : void in class org.apache.drill.TestSchemaCommands | From | To | |
| Rename Method public testCreateWithoutProperties() : void renamed to public testCreateWithoutSchemaProperties() : void in class org.apache.drill.TestSchemaCommands | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public getProperties() : Map<String,String> from class org.apache.drill.exec.record.metadata.schema.SchemaContainer to public properties() : Map<String,String> from class org.apache.drill.exec.record.metadata.AbstractColumnMetadata | From | To | |
| Rename Variable | 2 | ||
| Rename Variable columnVisitor : ColumnVisitor to columnDefVisitor : ColumnDefVisitor in method public visitColumns(ctx SchemaParser.ColumnsContext) : TupleMetadata in class org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor | From | To | |
| Rename Variable properties : Map<String,String> to schemaProperties : Map<String,String> in method public testPathProviderRead() : void in class org.apache.drill.exec.record.metadata.schema.TestSchemaProvider | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private properties : Map<String,String> from class org.apache.drill.exec.record.metadata.schema.SchemaContainer to protected properties : Map<String,String> from class org.apache.drill.exec.record.metadata.AbstractColumnMetadata | From | To | |
| Extract Variable | 3 | ||
| Extract Variable schema : TupleMetadata in method public testCreateWithSchemaProperties() : void from class org.apache.drill.TestSchemaCommands | From | To | |
| Extract Variable schema : TupleMetadata in method public testCreateWithoutSchemaProperties() : void from class org.apache.drill.TestSchemaCommands | From | To | |
| Extract Variable i : ColumnMetadata in method public testPathProviderRead() : void from class org.apache.drill.exec.record.metadata.schema.TestSchemaProvider | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type columnVisitor : ColumnVisitor to columnDefVisitor : ColumnDefVisitor in method public visitColumns(ctx SchemaParser.ColumnsContext) : TupleMetadata in class org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor | From | To | |
| Change Variable Type visitor : ColumnVisitor to visitor : ColumnDefVisitor in method public visitMap_type(ctx SchemaParser.Map_typeContext) : ColumnMetadata in class org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor.TypeVisitor | From | To |