7a1d00c7a0719ccb8d97b42965835f124ef27804
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createWithUnstableCversion() : ZKReplicationQueueStorage renamed to private createWithUnstableVersion() : ZKReplicationQueueStorage in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage | From | To | |
Extract Variable | 1 | ||
Extract Variable data : byte[] in method private addLastSeqIdsToOps(queueId String, lastSeqIds Map<String,Long>, listOfOps List<ZKUtilOp>) : void from class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorage | From | To | |
Extract Method | 1 | ||
Extract Method protected getLastSequenceIdWithVersion(encodedRegionName String, peerId String) : Pair<Long,Integer> extracted from public getLastSequenceId(encodedRegionName String, peerId String) : long in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorage | From | To |