87e77b2e925613d9f019e330c2f0d815468eb9e6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private keySize() : int renamed to private bytesKeyOffset() : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to Overflow in method package leafOverflow(cursor PageCursor, currentKeyCount int, newKey KEY, newValue VALUE) : Overflow in class org.neo4j.index.internal.gbptree.TreeNodeFixedSize | From | To | |
Change Return Type boolean to Overflow in method package leafOverflow(cursor PageCursor, currentKeyCount int, newKey KEY, newValue VALUE) : Overflow in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Change Return Type boolean to Overflow in method package abstract leafOverflow(cursor PageCursor, currentKeyCount int, newKey KEY, newValue VALUE) : Overflow in class org.neo4j.index.internal.gbptree.TreeNode | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method package doSplitLeaf(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, insertPos int, newKey KEY, newValue VALUE, structurePropagation StructurePropagation<KEY>) : void extracted from private splitLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newValue VALUE, keyCount int, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic & moved to class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Extract And Move Method package stripTombstone(keySize int) : int extracted from package printNode(cursor PageCursor, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize & moved to class org.neo4j.index.internal.gbptree.DynamicSizeUtil | From | To |