5bb2a249847d391c9008590f2f92b95ff327cd0d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable nscf : NoSuchColumnFamilyException to nscfe : NoSuchColumnFamilyException in method protected checkAndPrepareMutation(index int, timestamp long) : void in class org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation | From | To | |
Replace Variable With Attribute | 7 | ||
Replace Variable With Attribute val : byte[] to value : byte[] in method public testBatchPut_whileNoRowLocksHeld() : void in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Replace Variable With Attribute cf : byte[] to COLUMN_FAMILY_BYTES : byte[] in method private prepareRegionForBachPut(puts Put[], source MetricsWALSource, slop boolean) : long in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Replace Variable With Attribute val : byte[] to value : byte[] in method public testBatchPut_whileMultipleRowLocksHeld() : void in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Replace Variable With Attribute val : byte[] to value : byte[] in method private prepareRegionForBachPut(puts Put[], source MetricsWALSource, slop boolean) : long in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Extract Method | 4 | ||
Extract Method public batchMutate(mutations Mutation[], atomic boolean, nonceGroup long, nonce long) : OperationStatus[] extracted from public batchMutate(mutations Mutation[], nonceGroup long, nonce long) : OperationStatus[] in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
Extract Method private prepareRegionForBachPut(puts Put[], source MetricsWALSource, slop boolean) : long extracted from public testBatchPut_whileNoRowLocksHeld() : void in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Extract Method private prepareRegionForBachPut(puts Put[], source MetricsWALSource, slop boolean) : long extracted from public testBatchPut_whileMultipleRowLocksHeld() : void in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To | |
Extract Method private prepareRegionForBachPut(puts Put[], source MetricsWALSource, slop boolean) : long extracted from public testBatchPutWithTsSlop() : void in class org.apache.hadoop.hbase.regionserver.TestHRegion | From | To |