62803316118f3adc27ba380f65f81c9a3c26afc9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private createPut(rowName byte[], familyName byte[], timestamp Long, qualifier byte[], value byte[]) : Put extracted from public put(tableName String, rowName byte[], familyName byte[], qualifier byte[], timestamp Long, value byte[]) : void in class com.navercorp.pinpoint.common.hbase.HbaseTemplate2 | From | To | |
Extract Method private createPut(rowName byte[], familyName byte[], timestamp Long, qualifier byte[], value byte[]) : Put extracted from public put(tableName String, rowName byte[], familyName byte[], qualifier byte[], timestamp Long, value T, mapper ValueMapper<T>) : void in class com.navercorp.pinpoint.common.hbase.HbaseTemplate2 | From | To |