ff813891dffb24021f4f7b744cf30d58d919dc42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 3 | ||
Parameterize Variable leafRow : L to row : L in method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Parameterize Variable i : int to idx : int in method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Parameterize Variable mid : int to idx : int in method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lvl : byte to lvl : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Tail | From | To | |
Extract Method | 4 | ||
Extract Method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int extracted from private findInsertionPoint(io BPlusIO<L>, buf long, low int, cnt int, row L, shift int) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Extract Method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int extracted from private validateDownKeys(pageId long, minRow L) : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Extract And Move Method | 8 | ||
Extract And Move Method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int extracted from private findUpperBound(pageAddr long, io BPlusIO<L>, low int, cnt int) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor & moved to class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Extract And Move Method protected compare(lvl int, io BPlusIO<L>, pageAddr long, idx int, row L) : int extracted from private findLowerBound(pageAddr long, io BPlusIO<L>, cnt int) : int in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.ForwardCursor & moved to class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To |