3e8b01d5b0d3013e3811913f0fd6028b22c1ac3f
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public config() : DrillConfig from class org.apache.drill.test.ClusterFixture to public config() : DrillConfig from class org.apache.drill.test.BaseFixture | From | To | |
Pull Up Method public getTempDir(dirName String) : File from class org.apache.drill.test.ClusterFixture to public getTempDir(dirName String) : File from class org.apache.drill.test.BaseFixture | From | To | |
Pull Up Method public allocator() : BufferAllocator from class org.apache.drill.test.ClusterFixture to public allocator() : BufferAllocator from class org.apache.drill.test.BaseFixture | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private configProperties(configProps Properties) : DrillConfig from class org.apache.drill.test.ClusterFixture to private constructConfig() : DrillConfig from class org.apache.drill.test.ConfigBuilder | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public defaultProps() : Properties moved from class org.apache.drill.test.FixtureBuilder to class org.apache.drill.test.ClusterFixture & inlined to public builder() : FixtureBuilder | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private allocator : BufferAllocator from class org.apache.drill.test.ClusterFixture to protected allocator : BufferAllocator from class org.apache.drill.test.BaseFixture | From | To | |
Pull Up Attribute private config : DrillConfig from class org.apache.drill.test.ClusterFixture to protected config : DrillConfig from class org.apache.drill.test.BaseFixture | From | To | |
Move Attribute | 2 | ||
Move Attribute protected configProps : Properties from class org.apache.drill.test.FixtureBuilder to protected configProps : Properties from class org.apache.drill.test.ConfigBuilder | From | To | |
Move Attribute protected configResource : String from class org.apache.drill.test.FixtureBuilder to protected configResource : String from class org.apache.drill.test.ConfigBuilder | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.drill.test.ConfigBuilder from class org.apache.drill.test.FixtureBuilder | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.drill.test.BaseFixture from classes [org.apache.drill.test.ClusterFixture] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute configProps : Properties to configBuilder : ConfigBuilder in class org.apache.drill.test.FixtureBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configProps : Properties to configBuilder : ConfigBuilder in class org.apache.drill.test.FixtureBuilder | From | To | |
Extract Method | 1 | ||
Extract Method public newRoot(maxAlloc long) : BufferAllocator extracted from public newRoot(drillConfig DrillConfig) : BufferAllocator in class org.apache.drill.exec.memory.RootAllocatorFactory | From | To |