6b77786dfc46d25ac5bb5f1c8a4a9eb47b52a604
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private readNextEntryAndSetPosition() : boolean renamed to private readNextEntryAndRecordReaderPosition() : boolean in class org.apache.hadoop.hbase.replication.regionserver.WALEntryStream | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute firstCellInEdit : Cell to firstCellInEntryBeforeFiltering : Cell in method private readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Replace Variable With Attribute firstCellInEdit : Cell to firstCellInEntryBeforeFiltering : Cell in method private removeEntryFromStream(entryStream WALEntryStream, batch WALEntryBatch) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Extract Method | 4 | ||
Extract Method private moveRegion(region RegionInfo, rs HRegionServer) : void extracted from public testRegionMove() : void in class org.apache.hadoop.hbase.replication.TestSerialReplication | From | To | |
Extract Method private removeEntryFromStream(entryStream WALEntryStream, batch WALEntryBatch) : void extracted from private readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Extract Method private enablePeerAndWaitUntilReplicationDone(expectedEntries int) : void extracted from public testRegionMove() : void in class org.apache.hadoop.hbase.replication.TestSerialReplication | From | To |