7e5f3a516c455790d31b11f8cfdd2c19cdc7b862
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private doCheckAndPut(row byte[], family byte[], qualifier byte[], value byte[], put Put) : boolean extracted from public checkAndPut(row byte[], family byte[], qualifier byte[], value byte[], put Put) : boolean in class org.apache.hadoop.hbase.rest.client.RemoteHTable | From | To | |
Extract Method private doCheckAndDelete(row byte[], family byte[], qualifier byte[], value byte[], delete Delete) : boolean extracted from public checkAndDelete(row byte[], family byte[], qualifier byte[], value byte[], delete Delete) : boolean in class org.apache.hadoop.hbase.rest.client.RemoteHTable | From | To |