7c40b1ebe3e28668b0534d08eca4916bd2534559
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private goToSibling() : boolean renamed to private goToNextSibling() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [mutableKey : KEY, mutableValue : VALUE] to layout : Layout<KEY,VALUE> in method package SeekCursor(cursor PageCursor, bTreeNode TreeNode<KEY,VALUE>, fromInclusive KEY, toExclusive KEY, layout Layout<KEY,VALUE>, stableGeneration long, unstableGeneration long, generationSupplier LongSupplier, rootCatchup Supplier<Root>, lastFollowedPointerGen long) in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Extract Method | 4 | ||
| Extract Method private readPrevSiblingPointerGenOnSuccess() : void extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Extract Method private readNextSibling() : long extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Extract Method private insideStartRange() : boolean extracted from private isResultKey() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Extract Method private readPrevSibling() : long extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter leafCursor : PageCursor to cursor : PageCursor in method package SeekCursor(cursor PageCursor, bTreeNode TreeNode<KEY,VALUE>, fromInclusive KEY, toExclusive KEY, layout Layout<KEY,VALUE>, stableGeneration long, unstableGeneration long, generationSupplier LongSupplier, rootCatchup Supplier<Root>, lastFollowedPointerGen long) in class org.neo4j.index.gbptree.SeekCursor | From | To |