f3da87fb8c056dced2642aaa7c60ed6efbcd9c3f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type backupId : int to curBackupId : long in method public findNextChangedPage(buf ByteBuffer, start long, curBackupId long, lastSuccessfulBackupId long, pageSize int) : Long in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIO | From | To | |
Rename Variable | 1 | ||
Rename Variable length : int to len : int in method private validateBackupId(buf ByteBuffer, nextBackupId long, lastSuccessfulBackupId long, pageSize int) : void in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIO | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable maxId : long to maxPageId : long in method private generateMarking(buf ByteBuffer, track int, basePageId long, maxPageId long, setIdx Set<Long>, backupId int, successfulBackupId int) : void in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIOTest | From | To | |
Extract Method | 1 | ||
Extract Method private generateMarking(buf ByteBuffer, track int, basePageId long, maxPageId long, setIdx Set<Long>, backupId int, successfulBackupId int) : void extracted from private checkFindingRandomly(buf ByteBuffer, track int, backupId int) : void in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIOTest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter curBackupId : long to nextBackupId : long in method public markChanged(buf ByteBuffer, pageId long, nextBackupId long, lastSuccessfulBackupId long, pageSize int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIO | From | To | |
Rename Parameter backupId : long to curBackupId : long in method public wasChanged(buf ByteBuffer, pageId long, curBackupId long, lastSuccessfulBackupId long, pageSize int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIO | From | To | |
Rename Parameter backupId : int to curBackupId : long in method public findNextChangedPage(buf ByteBuffer, start long, curBackupId long, lastSuccessfulBackupId long, pageSize int) : Long in class org.apache.ignite.internal.processors.cache.database.tree.io.PageUpdateTrackingIO | From | To |