c265c72e1bc2cf13dac5e4b23737d44fb9dd753a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private readLastEntryFrom(fileSystemAbstraction FileSystemAbstraction, file File) : InMemoryIdAllocationState from class org.neo4j.coreedge.raft.state.id_allocation.OnDiskIdAllocationState to public readLastEntryFrom(fileSystemAbstraction FileSystemAbstraction, file File) : InMemoryIdAllocationState from class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateRecoveryManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable buffer : ByteBuffer to workingBuffer : ByteBuffer in method public readLastEntryFrom(fileSystemAbstraction FileSystemAbstraction, file File) : InMemoryIdAllocationState in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateRecoveryManager | From | To | |
| Extract Method | 1 | ||
| Extract Method public readLastEntryFrom(fileSystemAbstraction FileSystemAbstraction, file File) : InMemoryIdAllocationState extracted from protected getOrdinalOfLastRecord(file File) : long in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateRecoveryManager | From | To |