9dbd33a071f5fa165ac2df57fbc651a5ba7bc16d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable allocSpace : int to allocOffset : int in method private asString(cursor PageCursor, includeValue boolean, stableGeneration long, unstableGeneration long) : String in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Change Variable Type | 1 | ||
Change Variable Type overflow : TreeNode.Overflow to overflow : Overflow in method private doInsert(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, pos int, keyCount int, stableGeneration long, unstableGeneration long) : boolean in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Extract Method | 3 | ||
Extract Method private doInsert(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, pos int, keyCount int, stableGeneration long, unstableGeneration long) : boolean extracted from private insertInLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<KEY,VALUE>, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Extract Method private overwriteValue(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<KEY,VALUE>, pos int, keyCount int, stableGeneration long, unstableGeneration long) : void extracted from private insertInLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<KEY,VALUE>, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic | From | To | |
Extract Method private handleStructureChanges(cursor PageCursor, structurePropagation StructurePropagation<KEY>, 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 |