317136e2721f0722104283cba326bde4c59d0742
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public keepRegionEvents() : boolean renamed to public keepRegionEvent(entry Entry) : boolean in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint.RegionReplicaOutputSink | From | To | |
Rename Method public abstract keepRegionEvents() : boolean renamed to public abstract keepRegionEvent(entry Entry) : boolean in class org.apache.hadoop.hbase.wal.WALSplitter.OutputSink | From | To | |
Rename Method public keepRegionEvents() : boolean renamed to public keepRegionEvent(entry Entry) : boolean in class org.apache.hadoop.hbase.wal.WALSplitter.LogReplayOutputSink | From | To | |
Extract Method | 1 | ||
Extract Method public isCompactionMarker(cell Cell) : boolean extracted from public getCompaction(kv Cell) : CompactionDescriptor in class org.apache.hadoop.hbase.regionserver.wal.WALEdit | From | To | |
Rename Parameter | 1 | ||
Rename Parameter kv : Cell to cell : Cell in method public isCompactionMarker(cell Cell) : boolean in class org.apache.hadoop.hbase.regionserver.wal.WALEdit | From | To |