7c54525c89bbbe0c66401813433bfb957e461eac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable cellModels : List<CellModel> in method package checkAndDelete(model CellSetModel) : Response from class org.apache.hadoop.hbase.rest.RowResource | From | To | |
Extract Method | 3 | ||
Extract Method protected checkAndDeleteXML(table String, row String, column String, valueToCheck String, cellsToDelete HashMap<String,String>) : Response extracted from protected checkAndDeleteXML(table String, row String, column String, valueToCheck String) : Response in class org.apache.hadoop.hbase.rest.RowResourceBase | From | To | |
Extract Method protected checkAndDeletePB(table String, row String, column String, value String, cellsToDelete HashMap<String,String>) : Response extracted from protected checkAndDeletePB(table String, row String, column String, value String) : Response in class org.apache.hadoop.hbase.rest.RowResourceBase | From | To | |
Extract Method protected checkAndDeleteJson(table String, row String, column String, valueToCheck String, cellsToDelete HashMap<String,String>) : Response extracted from protected checkAndDeleteJson(table String, row String, column String, valueToCheck String) : Response in class org.apache.hadoop.hbase.rest.RowResourceBase | From | To |