7bf66b2c2eedcc0902bc17eea6ff515893fe87c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private updateRightMostChildInLeftSibling(cursor PageCursor, child long, stableGeneration long, unstableGeneration long) : void renamed to private updateRightmostChildInLeftSibling(cursor PageCursor, childPointer long, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Inline Method | 1 | ||
Inline Method private replaceKeyInInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, keyPosition int, stableGeneration long, unstableGeneration long) : void inlined to package remove(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, into VALUE, stableGeneration long, unstableGeneration long) : VALUE in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.index.internal.gbptree.GBPTreeConcurrencyIT.WriteOperation renamed to org.neo4j.index.internal.gbptree.GBPTreeConcurrencyIT.PutOperation | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable pos : int to childPos : int in method private updateMidChild(cursor PageCursor, structurePropagation StructurePropagation<KEY>, childPos int, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Extract Method | 2 | ||
Extract Method private updateMidChild(cursor PageCursor, structurePropagation StructurePropagation<KEY>, childPos int, stableGeneration long, unstableGeneration long) : void extracted from package insert(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<VALUE>, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Extract Method private updateMidChild(cursor PageCursor, structurePropagation StructurePropagation<KEY>, childPos int, stableGeneration long, unstableGeneration long) : void extracted from package remove(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, into VALUE, stableGeneration long, unstableGeneration long) : VALUE in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Rename Parameter | 5 | ||
Rename Parameter cursor : PageCursor to fromCursor : PageCursor in method private copyKeysAndValues(fromCursor PageCursor, fromPos int, toCursor PageCursor, toPos int, count int) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Rename Parameter rootId : long to rootPointer : long in method private setRoot(rootPointer long) : void in class org.neo4j.index.internal.gbptree.GBPTree.SingleWriter | From | To | |
Rename Parameter child : long to childPointer : long in method private updateRightmostChildInLeftSibling(cursor PageCursor, childPointer long, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Rename Parameter keyCount : int to itemCount : int in method private removeSlotAt(cursor PageCursor, pos int, itemCount int, baseOffset int, itemSize int) : void in class org.neo4j.index.internal.gbptree.TreeNode | From | To | |
Rename Parameter rightCursor : PageCursor to toCursor : PageCursor in method private copyKeysAndValues(fromCursor PageCursor, fromPos int, toCursor PageCursor, toPos int, count int) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To |