f572fa630a5bdfe5f1eab074838a82344d38063d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public addReadFence(dataTable PTable) : void renamed to public addDMLFence(dataTable PTable) : void in class org.apache.phoenix.execute.MutationState | From | To | |
Rename Method private wasIndexAdded(txTableRefs Set<TableRef>) : boolean renamed to private shouldResubmitTransaction(txTableRefs Set<TableRef>) : boolean in class org.apache.phoenix.execute.MutationState | From | To | |
Rename Method public commitWriteFence(dataTable PTable) : void renamed to public commitDDLFence(dataTable PTable) : void in class org.apache.phoenix.execute.MutationState | From | To | |
Rename Variable | 1 | ||
Rename Variable addedIndexes : boolean to addedAnyIndexes : boolean in method private shouldResubmitTransaction(txTableRefs Set<TableRef>) : boolean in class org.apache.phoenix.execute.MutationState | From | To | |
Extract Variable | 1 | ||
Extract Variable updatedDataTable : PTable in method private shouldResubmitTransaction(txTableRefs Set<TableRef>) : boolean from class org.apache.phoenix.execute.MutationState | From | To |