793babf4a4c0156f9e712a2bbf9578e2a1d6e1e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable col : byte[] in method package checkAndPut(model CellSetModel) : Response from class org.apache.hadoop.hbase.rest.RowResource | From | To | |
Extract Variable cell : CellModel in method package checkAndPut(model CellSetModel) : Response from class org.apache.hadoop.hbase.rest.RowResource | From | To | |
Extract Method | 2 | ||
Extract Method protected checkAndPutValuePB(table String, row String, column String, valueToCheck String, valueToPut String, otherCells HashMap<String,String>) : Response extracted from protected checkAndPutValuePB(table String, row String, column String, valueToCheck String, valueToPut String) : Response in class org.apache.hadoop.hbase.rest.RowResourceBase | From | To | |
Extract Method protected checkAndPutValueXML(table String, row String, column String, valueToCheck String, valueToPut String, otherCells HashMap<String,String>) : Response extracted from protected checkAndPutValueXML(table String, row String, column String, valueToCheck String, valueToPut String) : Response in class org.apache.hadoop.hbase.rest.RowResourceBase | From | To |