d59cfd5056c54d8f9a77eabae0464ba0a0589ffb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private transferRawKeyValue(fromCursor PageCursor, fromPos int, toCursor PageCursor, toAllocOffset int) : int renamed to private moveRawKeyValue(fromCursor PageCursor, fromPos int, toCursor PageCursor, toAllocOffset int) : int in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSize | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute count : int to loadCountTransactions : int in method private generateLoad() : List<Action> in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase | From | To |