0deacb9eea27c366c613ebc6dd55042375ef28ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private middle(leftCursor PageCursor, insertPos int, newKey KEY, newValue VALUE) : int renamed to private middleLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Rename Method private recordDeadAndAlive(cursor PageCursor, deadKeysOffset PrimitiveIntStack, aliveKeysOffset PrimitiveIntStack) : void renamed to private recordDeadAndAliveLeaf(cursor PageCursor, deadKeysOffset PrimitiveIntStack, aliveKeysOffset PrimitiveIntStack) : void in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Rename Method private setPatternException(cursor PageCursor, newRightmostGeneration long, leftSibling long, leftSiblingGeneration long, newRightmost long, errorMessage String) : void renamed to private addPatternToExceptionMessage(newRightmostGeneration long, leftSibling long, leftSiblingGeneration long, newRightmost long, errorMessage String) : String in class org.neo4j.index.internal.gbptree.RightmostInChain | From | To | |
Rename Variable | 1 | ||
Rename Variable rightAllocOffset : int to toAllocOffset : int in method private moveKeysAndValues(fromCursor PageCursor, fromPos int, toCursor PageCursor, toPos int, count int) : void in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Change Return Type | 1 | ||
Change Return Type void to String in method private addPatternToExceptionMessage(newRightmostGeneration long, leftSibling long, leftSiblingGeneration long, newRightmost long, errorMessage String) : String in class org.neo4j.index.internal.gbptree.RightmostInChain | From | To | |
Extract Method | 1 | ||
Extract Method package asString(cursor PageCursor, includeValue boolean, stableGeneration long, unstableGeneration long) : String extracted from package printNode(cursor PageCursor, includeValue boolean, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package doSplitInternal(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, insertPos int, newKey KEY, newRightChild long, stableGeneration long, unstableGeneration long, structurePropagation StructurePropagation<KEY>) : void extracted from private splitInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newRightChild long, 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 | |
Rename Parameter | 2 | ||
Rename Parameter leftCursor : PageCursor to cursor : PageCursor in method private middleLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Rename Parameter rightAllocOffset : int to toAllocOffset : int in method private transferRawKeyValue(fromCursor PageCursor, fromPos int, toCursor PageCursor, toAllocOffset int) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To |