93216a4d1a573846e40e70e80b00ff0cf99f7aba
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private checkOutOfBounds(cursor PageCursor) : void from class org.neo4j.index.gbptree.GBPTree to package checkOutOfBounds(cursor PageCursor) : void from class org.neo4j.index.gbptree.PageCursorChecking | From | To | |
Rename Variable | 1 | ||
Rename Variable childId : long to generation : long in method public seek(fromInclusive KEY, toExclusive KEY) : RawCursor<Hit<KEY,VALUE>,IOException> in class org.neo4j.index.gbptree.GBPTree | From | To | |
Move Attribute | 2 | ||
Move Attribute private unstableGeneration : long from class org.neo4j.index.gbptree.GBPTree to private unstableGeneration : long from class org.neo4j.index.gbptree.GBPTree.SingleIndexWriter | From | To | |
Move Attribute private stableGeneration : long from class org.neo4j.index.gbptree.GBPTree to private stableGeneration : long from class org.neo4j.index.gbptree.GBPTree.SingleIndexWriter | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute pos : int to generationSupplier : LongSupplier in method public seek(fromInclusive KEY, toExclusive KEY) : RawCursor<Hit<KEY,VALUE>,IOException> in class org.neo4j.index.gbptree.GBPTree | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pos : int to generationSupplier : LongSupplier in method public seek(fromInclusive KEY, toExclusive KEY) : RawCursor<Hit<KEY,VALUE>,IOException> in class org.neo4j.index.gbptree.GBPTree | From | To | |
Extract Method | 1 | ||
Extract Method private traverseDownToFirstLeaf() : void extracted from package SeekCursor(leafCursor PageCursor, mutableKey KEY, mutableValue VALUE, bTreeNode TreeNode<KEY,VALUE>, fromInclusive KEY, toExclusive KEY, layout Layout<KEY,VALUE>, stableGeneration long, unstableGeneration long, firstPosToRead int, keyCount int) in class org.neo4j.index.gbptree.SeekCursor | From | To |