123d46e6b164710ff745e9bd2c3c91925d4823fa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldThrowOnNoNode() : void renamed to public checkChildShouldThrowOnNoNode() : void in class org.neo4j.index.gbptree.PointerCheckingTest | From | To | |
Rename Method public shouldThrowOnReadFailure() : void renamed to public checkChildShouldThrowOnReadFailure() : void in class org.neo4j.index.gbptree.PointerCheckingTest | From | To | |
Extract Method | 3 | ||
Extract Method private remove(key long, into MutableLong, stableGeneration long, unstableGeneration long) : MutableLong extracted from private remove(key long, into MutableLong) : MutableLong in class org.neo4j.index.gbptree.InternalTreeLogicTest | From | To | |
Extract Method private newRootFromSplit(split StructurePropagation<MutableLong>, stableGeneration long, unstableGeneration long) : long extracted from private newRootFromSplit(split StructurePropagation<MutableLong>) : long in class org.neo4j.index.gbptree.InternalTreeLogicTest | From | To | |
Extract Method private insert(key long, value long, stableGeneration long, unstableGeneration long, valueMerger ValueMerger<MutableLong>) : void extracted from private insert(key long, value long, valueMerger ValueMerger<MutableLong>) : void in class org.neo4j.index.gbptree.InternalTreeLogicTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type UNSTABLE_GENERATION : int to UNSTABLE_GENERATION : long in class org.neo4j.index.gbptree.InternalTreeLogicTest | From | To | |
Change Attribute Type STABLE_GENERATION : int to STABLE_GENERATION : long in class org.neo4j.index.gbptree.InternalTreeLogicTest | From | To |