dd6f4525e7a9eaceb6ed4f97059b2dd3c532d323
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private hasSerialReplicationScope(tableName TableName) : boolean renamed to private hasGlobalReplicationScope(tableName TableName) : boolean in class org.apache.hadoop.hbase.master.assignment.RegionStateStore | From | To | |
Rename Method private hasSerialReplicationScope(htd TableDescriptor) : boolean renamed to private hasGlobalReplicationScope(htd TableDescriptor) : boolean in class org.apache.hadoop.hbase.master.assignment.RegionStateStore | From | To | |
Rename Variable | 2 | ||
Rename Variable hasSerialReplicationScope : boolean to isSerial : boolean in method private readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Rename Variable fam : byte[] to family : byte[] in method public filterCell(entry Entry, cell Cell) : Cell in class org.apache.hadoop.hbase.replication.ScopeWALEntryFilter | From | To |