6be287dfb7ebce6a4233b37675756b4c57346ee9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public withZk(count int) : FixtureBuilder renamed to public withLocalZk(count int) : FixtureBuilder in class org.apache.drill.test.FixtureBuilder | From | To | |
Rename Method public enableFullCache() : FixtureBuilder renamed to public withRemoteZk(connStr String) : FixtureBuilder in class org.apache.drill.test.FixtureBuilder | From | To | |
Rename Variable | 1 | ||
Rename Variable bitCount : int to zkConnect : String in method private configureZk(builder FixtureBuilder) : void in class org.apache.drill.test.ClusterFixture | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Integer,OpInfo> to Map<Integer,OperatorProfile> in method public getOpInfo() : Map<Integer,OperatorProfile> in class org.apache.drill.test.ProfileParser | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.drill.test.ProfileParser.OpInfo renamed to org.apache.drill.test.ProfileParser.OperatorProfile | From | To | |
Rename Attribute | 2 | ||
Rename Attribute dfsTestTmpSchemaLocation : String to preserveLocalFiles : boolean in class org.apache.drill.test.ClusterFixture | From | To | |
Rename Attribute zkCount : int to localZkCount : int in class org.apache.drill.test.FixtureBuilder | From | To | |
Change Variable Type | 5 | ||
Change Variable Type op : OpInfo to op : OperatorProfile in method public print() : void in class org.apache.drill.test.ProfileParser | From | To | |
Change Variable Type opInfo : Map<Integer,OpInfo> to opInfo : Map<Integer,OperatorProfile> in method public print() : void in class org.apache.drill.test.ProfileParser | From | To | |
Change Variable Type bitCount : int to zkConnect : String in method private configureZk(builder FixtureBuilder) : void in class org.apache.drill.test.ClusterFixture | From | To | |
Change Variable Type info : Map<Integer,OpInfo> to info : Map<Integer,OperatorProfile> in method public getOpInfo() : Map<Integer,OperatorProfile> in class org.apache.drill.test.ProfileParser | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type metrics : Map<Integer,JsonValue> to metrics : Map<Integer,JsonNumber> in class org.apache.drill.test.ProfileParser.OperatorProfile | From | To | |
Change Attribute Type dfsTestTmpSchemaLocation : String to preserveLocalFiles : boolean in class org.apache.drill.test.ClusterFixture | From | To | |
Extract Method | 5 | ||
Extract Method private createConfig(builder FixtureBuilder) : void extracted from protected ClusterFixture(builder FixtureBuilder) in class org.apache.drill.test.ClusterFixture | From | To | |
Extract Method private configureZk(builder FixtureBuilder) : void extracted from protected ClusterFixture(builder FixtureBuilder) in class org.apache.drill.test.ClusterFixture | From | To | |
Extract Method private startDrillbits(builder FixtureBuilder) : void extracted from protected ClusterFixture(builder FixtureBuilder) in class org.apache.drill.test.ClusterFixture | From | To | |
Extract Method private configureStoragePlugins(bit Drillbit) : void extracted from protected ClusterFixture(builder FixtureBuilder) in class org.apache.drill.test.ClusterFixture | From | To | |
Extract Method private applyOptions(builder FixtureBuilder) : void extracted from protected ClusterFixture(builder FixtureBuilder) in class org.apache.drill.test.ClusterFixture | From | To |