bb3a75efcec72fa1c9f45069353a091b77697d95
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type table : HTableInterface to table : Table in method private scanCells(table Table, model HBaseRow, start String, maxRowScan Integer, filters List<Filter>) : List<HBaseRow> in class org.apache.camel.component.hbase.HBaseProducer | From | To | |
Change Parameter Type table : HTableInterface to table : Table in method public remove(table Table, row byte[]) : void in class org.apache.camel.component.hbase.HBaseDeleteHandler | From | To | |
Change Parameter Type tablePool : HTablePool to connection : Connection in method public HBaseEndpoint(uri String, component HBaseComponent, connection Connection, tableName String) in class org.apache.camel.component.hbase.HBaseEndpoint | From | To | |
Change Parameter Type table : HTableInterface to table : Table in method public remove(table Table, row byte[]) : void in class org.apache.camel.component.hbase.HBaseRemoveHandler | From | To | |
Change Parameter Type table : HTableInterface to table : Table in method private getCells(table Table, hRow HBaseRow) : HBaseRow in class org.apache.camel.component.hbase.HBaseProducer | From | To | |
Change Return Type | 1 | ||
Change Return Type HTableInterface to Table in method public getTable() : Table in class org.apache.camel.component.hbase.HBaseEndpoint | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.component.hbase.HbaseAttribute renamed to org.apache.camel.component.hbase.HBaseAttribute | From | To | |
Rename Attribute | 4 | ||
Rename Attribute tablePool : HTablePool to connection : Connection in class org.apache.camel.component.hbase.HBaseComponent | From | To | |
Rename Attribute tablePool : HTablePool to connection : Connection in class org.apache.camel.component.hbase.HBaseEndpoint | From | To | |
Rename Attribute qualifer : String to qualifier : String in class org.apache.camel.component.hbase.processor.idempotent.HBaseIdempotentRepository | From | To | |
Rename Attribute DEFAULT_STRATIGIES : Map<String,CellMappingStrategy> to DEFAULT_STRATEGIES : Map<String,CellMappingStrategy> in class org.apache.camel.component.hbase.mapping.CellMappingStrategyFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type kvs : List<KeyValue> to kvs : List<Cell> in method private getCells(table Table, hRow HBaseRow) : HBaseRow in class org.apache.camel.component.hbase.HBaseProducer | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type table : HTable to table : Table in class org.apache.camel.component.hbase.processor.idempotent.HBaseIdempotentRepository | From | To | |
Change Attribute Type tablePool : HTablePool to connection : Connection in class org.apache.camel.component.hbase.HBaseComponent | From | To | |
Change Attribute Type tablePool : HTablePool to connection : Connection in class org.apache.camel.component.hbase.HBaseEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tablePool : HTablePool to connection : Connection in method public HBaseEndpoint(uri String, component HBaseComponent, connection Connection, tableName String) in class org.apache.camel.component.hbase.HBaseEndpoint | From | To |