c5aca1919d774d2145005b748b3430a4b569922c
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type openTables : List<HTableInterface> to openTables : List<Table> in method public createWrapper(openTables List<Table>, tableName TableName, env Environment, pool ExecutorService) : Table in class org.apache.hadoop.hbase.client.HTableWrapper | From | To | |
Change Parameter Type openTables : List<HTableInterface> to openTables : List<Table> in method private HTableWrapper(openTables List<Table>, tableName TableName, connection ClusterConnection, pool ExecutorService) in class org.apache.hadoop.hbase.client.HTableWrapper | From | To | |
Change Return Type | 6 | ||
Change Return Type HTableInterface to Table in method public createWrapper(openTables List<Table>, tableName TableName, env Environment, pool ExecutorService) : Table in class org.apache.hadoop.hbase.client.HTableWrapper | From | To | |
Change Return Type HTableInterface to Table in method public getTable(tableName TableName) : Table in class org.apache.hadoop.hbase.CoprocessorEnvironment | From | To | |
Change Return Type HTableInterface to Table in method public getTable(tableName TableName, service ExecutorService) : Table in class org.apache.hadoop.hbase.CoprocessorEnvironment | From | To | |
Change Return Type HTableInterface to Table in method public getTable(tableName TableName, pool ExecutorService) : Table in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.Environment | From | To | |
Change Return Type HTableInterface to Table in method public getTable(tableName TableName) : Table in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.Environment | From | To | |
Change Return Type HTableInterface to Table in method public getTable(tableName String) : Table in class org.apache.hadoop.hbase.util.ConnectionCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type table : HTableInterface to table : Table in method protected shutdown() : void in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.Environment | From | To | |
Change Variable Type exArray : Boolean[] to exArray : boolean[] in method private checkExists() : void in class org.apache.hadoop.hbase.coprocessor.TestHTableWrapper | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type table : HTableInterface to table : Table in class org.apache.hadoop.hbase.client.HTableWrapper | From | To | |
Change Attribute Type openTables : List<HTableInterface> to openTables : List<Table> in class org.apache.hadoop.hbase.client.HTableWrapper | From | To | |
Change Attribute Type table : HTable to table : Table in class org.apache.hadoop.hbase.mapred.TableInputFormatBase | From | To | |
Change Attribute Type hTableInterface : HTableInterface to hTableInterface : Table in class org.apache.hadoop.hbase.coprocessor.TestHTableWrapper | From | To | |
Change Attribute Type openTables : List<HTableInterface> to openTables : List<Table> in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.Environment | From | To |