ff80555537ef103f73258115fc766bbe89c430a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getGet(catalogTable PTable, tenantId byte[], viewName String) : Get renamed to public getTenantViewGet(catalogTable PTable, tenantBytes byte[], viewName String) : Get in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To | |
Rename Variable | 4 | ||
Rename Variable nonTenantEntry : WAL.Entry to nonTenantViewEntry : WAL.Entry in method public testSystemCatalogWALEntryFilter() : void in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To | |
Rename Variable tenantGet : Get to tenantViewGet : Get in method public testSystemCatalogWALEntryFilter() : void in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To | |
Rename Variable nonTenantGet : Get to nonTenantViewGet : Get in method public testSystemCatalogWALEntryFilter() : void in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To | |
Rename Variable tenantEntry : WAL.Entry to tenantViewEntry : WAL.Entry in method public testSystemCatalogWALEntryFilter() : void in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tenantId : byte[] to tenantBytes : byte[] in method public getTenantViewGet(catalogTable PTable, tenantBytes byte[], viewName String) : Get in class org.apache.phoenix.replication.SystemCatalogWALEntryFilterIT | From | To |