63e243378f3be125f1e8bfb52c74b8211c87bfc3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public TestTopScalarArray() : void renamed to public TestTopFixedWidthArray() : void in class org.apache.drill.test.rowSet.test.RowSetTest | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public setUpBeforeClass() : void from class org.apache.drill.test.rowSet.test.RowSetTest to public classSetup() : void from class org.apache.drill.test.SubOperatorTest | From | To | |
Pull Up Method public tearDownAfterClass() : void from class org.apache.drill.test.rowSet.test.RowSetTest to public classTeardown() : void from class org.apache.drill.test.SubOperatorTest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private fixture : OperatorFixture from class org.apache.drill.test.rowSet.test.RowSetTest to protected fixture : OperatorFixture from class org.apache.drill.test.SubOperatorTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.drill.test.SubOperatorTest from classes [org.apache.drill.test.rowSet.test.RowSetTest] | From | To | |
Extract Method | 2 | ||
Extract Method public add(col MaterializedField) : SchemaBuilder extracted from public add(pathName String, type MajorType) : SchemaBuilder in class org.apache.drill.test.rowSet.SchemaBuilder | From | To | |
Extract Method private bytesToString(value byte[]) : String extracted from public getAsString(colIndex int) : String in class org.apache.drill.exec.vector.accessor.impl.TupleReaderImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public columnSchema(pathName String, type MinorType, mode DataMode) : MaterializedField extracted from public buildMap() : SchemaBuilder in class org.apache.drill.test.rowSet.SchemaBuilder.MapBuilder & moved to class org.apache.drill.test.rowSet.SchemaBuilder | From | To |