03e79b79949a63f7320b4c51fecca40f93659bd9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable cfs : List<String> to excludeCfs : List<String> in method private filterByExcludeTableCfs(tableName TableName, family String, excludeTableCfs Map<TableName,List<String>>) : boolean in class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter | From | To | |
Inline Variable | 1 | ||
Inline Variable tabName : TableName in method public filterCell(entry Entry, cell Cell) : Cell from class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter | From | To | |
Extract Method | 2 | ||
Extract Method private filterByTableCfs(tableName TableName, family String, tableCfs Map<TableName,List<String>>) : boolean extracted from public filterCell(entry Entry, cell Cell) : Cell in class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter | From | To | |
Extract Method private filterByExcludeTableCfs(tableName TableName, family String, excludeTableCfs Map<TableName,List<String>>) : boolean extracted from public filterCell(entry Entry, cell Cell) : Cell in class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setExcludeNamespaces(namespaces Set<String>) : ReplicationPeerConfig extracted from public testNamespacesAndTableCfsConfigConflict() : void in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin & moved to class org.apache.hadoop.hbase.replication.ReplicationPeerConfig | From | To |