230ff34128358b8e02b8a79145c044151579180a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private writeMergedBlock(targetChannel StoreChannel, byteBuffer ByteBuffer, layout Layout<KEY,VALUE>, merger BlockEntryCursor<KEY,VALUE>) : long renamed to private writeEntries(targetChannel StoreChannel, byteBuffer ByteBuffer, layout Layout<KEY,VALUE>, blockEntryCursor BlockEntryCursor<KEY,VALUE>) : long in class org.neo4j.kernel.impl.index.schema.BlockStorage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter merger : BlockEntryCursor<KEY,VALUE> to blockEntryCursor : BlockEntryCursor<KEY,VALUE> in method private writeBlock(targetChannel StoreChannel, blockEntryCursor BlockEntryCursor<KEY,VALUE>, blockSize long, entryCount long) : void in class org.neo4j.kernel.impl.index.schema.BlockStorage | From | To | |
Rename Parameter merger : BlockEntryCursor<KEY,VALUE> to blockEntryCursor : BlockEntryCursor<KEY,VALUE> in method private writeEntries(targetChannel StoreChannel, byteBuffer ByteBuffer, layout Layout<KEY,VALUE>, blockEntryCursor BlockEntryCursor<KEY,VALUE>) : long in class org.neo4j.kernel.impl.index.schema.BlockStorage | From | To |