750e14034d1ec3cfd8db90abb109675f886bf2a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type long[] to List<Long> in method private allKeys(cursor PageCursor) : List<Long> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type keysInRightChild : long[] to keysInRightChild : List<Long> in method public mustPropagateAllStructureChanges() : void in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest | From | To | |
Extract Method | 1 | ||
Extract Method private allKeys(cursor PageCursor, keys List<Long>) : List<Long> extracted from private allKeys(cursor PageCursor) : long[] in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest | From | To |