74933f1baac4ef0b3282f44f86f724df8843fefc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public run() : void renamed to public call() : Void in class org.apache.phoenix.end2end.UpgradeIT.AcquireMutexRunnable | From | To | |
Rename Variable | 1 | ||
Rename Variable sysCatalogTable : HTableInterface to sysMutexTable : HTableInterface in method public acquireUpgradeMutex(currentServerSideTableTimestamp long, rowToLock byte[]) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Void in method public call() : Void in class org.apache.phoenix.end2end.UpgradeIT.AcquireMutexRunnable | From | To | |
Move Attribute | 1 | ||
Move Attribute public UPGRADE_MUTEX : byte[] from class org.apache.phoenix.query.QueryConstants to private UPGRADE_MUTEX : byte[] from class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable row : byte[] to rowToLock : byte[] in method public acquireUpgradeMutex(currentServerSideTableTimestamp long, rowToLock byte[]) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sysCatalogTableName : byte[] to rowToLock : byte[] in method public acquireUpgradeMutex(currentServerSideTableTimestamp long, rowToLock byte[]) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To |