59ffb6119b2e4613bc8baec9a0738096184a3d92
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type loc : HRegionLocation to location : Optional<HRegionLocation> in method private tryComplete(req LocateRequest, future CompletableFuture<HRegionLocation>, location Optional<HRegionLocation>) : boolean in class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.TableCache | From | To | |
Move Method | 1 | ||
Move Method private tryComplete(req LocateRequest, future CompletableFuture<HRegionLocation>, loc HRegionLocation) : boolean from class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator to private tryComplete(req LocateRequest, future CompletableFuture<HRegionLocation>, location Optional<HRegionLocation>) : boolean from class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.TableCache | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public clearCompletedRequests(location Optional<HRegionLocation>) : void extracted from private complete(tableName TableName, req LocateRequest, loc HRegionLocation, error Throwable) : void in class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator & moved to class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.TableCache | From | To | |
Rename Parameter | 1 | ||
Rename Parameter loc : HRegionLocation to location : Optional<HRegionLocation> in method private tryComplete(req LocateRequest, future CompletableFuture<HRegionLocation>, location Optional<HRegionLocation>) : boolean in class org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.TableCache | From | To |