3520e12858223dfcad343e0a3a29c71fe4d074bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDropIfImmutableKeyValueColumn() : void renamed to public testCreateIndexDuringUpsertSelect() : void in class org.apache.phoenix.end2end.index.ImmutableIndexIT | From | To | |
Rename Variable | 2 | ||
Rename Variable dml : String to upsertSelect : String in method public testCreateIndexDuringUpsertSelect() : void in class org.apache.phoenix.end2end.index.ImmutableIndexIT | From | To | |
Rename Variable props : Map<String,String> to serverProps : Map<String,String> in method public doSetup() : void in class org.apache.phoenix.end2end.index.ImmutableIndexIT | From | To | |
Extract Method | 2 | ||
Extract Method private joinMutationState(srcMutations Map<TableRef,Map<ImmutableBytesPtr,RowMutationState>>, dstMutations Map<TableRef,Map<ImmutableBytesPtr,RowMutationState>>) : void extracted from public join(newMutationState MutationState) : void in class org.apache.phoenix.execute.MutationState | From | To | |
Extract Method private joinMutationState(tableRef TableRef, srcRows Map<ImmutableBytesPtr,RowMutationState>, dstMutations Map<TableRef,Map<ImmutableBytesPtr,RowMutationState>>) : void extracted from public join(newMutationState MutationState) : void in class org.apache.phoenix.execute.MutationState | From | To |