39460bc470d77f173d40b17f87a82c259bff5027
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable expression : Expression to source : Expression in method private isPkPositionChanging(tableRef TableRef, projectedExpressions List<Expression>) : boolean in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
| Parameterize Variable | 3 | ||
| Parameterize Variable batchMutations : List<Mutation> to mutations : List<Mutation> in method private commit(region Region, mutations List<Mutation>, indexUUID byte[], blockingMemstoreSize long, indexMaintainersPtr byte[], txState byte[], areMutationsForSameRegion boolean, hTable HTable) : void in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
| Parameterize Variable blockingMemStoreSize : long to blockingMemstoreSize : long in method private commit(region Region, mutations List<Mutation>, indexUUID byte[], blockingMemstoreSize long, indexMaintainersPtr byte[], txState byte[], areMutationsForSameRegion boolean, hTable HTable) : void in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
| Parameterize Variable selectExpressions : List<Expression> to projectedExpressions : List<Expression> in method private isPkPositionChanging(tableRef TableRef, projectedExpressions List<Expression>) : boolean in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
| Extract Method | 2 | ||
| Extract Method private isPkPositionChanging(tableRef TableRef, projectedExpressions List<Expression>) : boolean extracted from protected doPostScannerOpen(c ObserverContext<RegionCoprocessorEnvironment>, scan Scan, s RegionScanner) : RegionScanner in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
| Extract Method private commit(region Region, mutations List<Mutation>, indexUUID byte[], blockingMemstoreSize long, indexMaintainersPtr byte[], txState byte[], areMutationsForSameRegion boolean, hTable HTable) : void extracted from protected doPostScannerOpen(c ObserverContext<RegionCoprocessorEnvironment>, scan Scan, s RegionScanner) : RegionScanner in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To |