54072f51f5178681bc95a25e316dca7d95c01e27
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [rootId : long, rootGen : long] to root : Root in class org.neo4j.index.gbptree.GBPTree | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rootCatchup : GBPTree.RootCatchup to rootCatchup : Supplier<Root> in method package SeekCursor(leafCursor PageCursor, mutableKey KEY, mutableValue VALUE, 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 | |
Move Attribute | 1 | ||
Move Attribute private rootId : long from class org.neo4j.index.gbptree.GBPTree to private rootId : long from class org.neo4j.index.gbptree.Root | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.index.gbptree.Root from class org.neo4j.index.gbptree.GBPTree | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type rootCatchup : GBPTree.RootCatchup to rootCatchup : Supplier<Root> in class org.neo4j.index.gbptree.SeekCursor | From | To | |
Change Attribute Type failingRootCatchup : GBPTree.RootCatchup to failingRootCatchup : Supplier<Root> in class org.neo4j.index.gbptree.SeekCursorTest | From | To | |
Change Attribute Type rootCatchup : RootCatchup to rootCatchup : Supplier<Root> in class org.neo4j.index.gbptree.GBPTree | From | To | |
Rename Parameter | 2 | ||
Rename Parameter newRootId : long to rootId : long in method private setRoot(rootId long, rootGeneration long) : void in class org.neo4j.index.gbptree.GBPTree | From | To | |
Rename Parameter generation : long to rootGeneration : long in method private setRoot(rootId long, rootGeneration long) : void in class org.neo4j.index.gbptree.GBPTree | From | To |