eda2044f3f31834241f1f74b67af89740acff2da
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public shouldStoreAndRetrieveSingleMembershipSet() : void renamed to public shouldRoundtripSingleMembershipSetState() : void in class org.neo4j.coreedge.raft.membership.OnDiskRaftMembershipStateTest | From | To | |
| Rename Method public shouldRestoreFromExistingState() : void renamed to public shouldRoundtripIdAllocationState() : void in class org.neo4j.coreedge.raft.state.id_allocation.OnDiskIdAllocationStateTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable marshal : InMemoryTermStateChannelMarshal in method public OnDiskTermState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>) from class org.neo4j.coreedge.raft.state.term.OnDiskTermState | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal<MEMBER> to marshal : InMemoryRaftMembershipStateChannelMarshal<MEMBER> in method public OnDiskRaftMembershipState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, channelMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.OnDiskRaftMembershipState | From | To | |
| Change Variable Type marshal : InMemoryVoteState.InMemoryVoteStateChannelMarshal<MEMBER> to marshal : InMemoryVoteStateChannelMarshal<MEMBER> in method public OnDiskVoteState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, memberByteBufferMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.vote.OnDiskVoteState | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter storeDir : File to stateDir : File in method public OnDiskRaftMembershipState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, channelMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.OnDiskRaftMembershipState | From | To |