86e5d2175cca92adbd52a1b33ef62da81448f048
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private middleLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE, keyCountAfterInsert int) : int renamed to private middlePosInLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE, keyCountAfterInsert int) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
| Rename Method public shouldWriteAndReadKeysOfSizesCloseToTheLimits() : void renamed to private shouldWriteAndReadEntriesOfRandomSizes(minKeySize int, maxKeySize int, minValueSize int, maxValueSize int) : void in class org.neo4j.index.internal.gbptree.LargeDynamicKeysIT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable middleSpace : int to accumulatedSpace : int in method private middlePosInLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE, keyCountAfterInsert int) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
| Extract Variable | 1 | ||
| Extract Variable spaceOfNewKey : int in method private middlePosInLeaf(cursor PageCursor, insertPos int, newKey KEY, newValue VALUE, keyCountAfterInsert int) : int from class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
| Extract Method | 2 | ||
| Extract Method private layout() : SimpleByteArrayLayout extracted from public mustStayCorrectWhenInsertingValuesOfIncreasingLength() : void in class org.neo4j.index.internal.gbptree.LargeDynamicKeysIT | From | To | |
| Extract Method private layout() : SimpleByteArrayLayout extracted from public shouldWriteAndReadKeysOfSizesCloseToTheLimits() : void in class org.neo4j.index.internal.gbptree.LargeDynamicKeysIT | From | To |