751bd52510b46ec6f7c048629e3a7149336d8e82
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package refresh(localCommit TransactionRepresentationCommitProcess) : void renamed to public installCommitProcess(localCommit TransactionCommitProcess) : void in class org.neo4j.causalclustering.core.state.machines.CoreStateMachines | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type localCommit : TransactionRepresentationCommitProcess to localCommit : TransactionCommitProcess in method public installCommitProcess(localCommit TransactionCommitProcess) : void in class org.neo4j.causalclustering.core.state.machines.CoreStateMachines | From | To | |
Rename Variable | 1 | ||
Rename Variable txLogState : RecoverTransactionLogState to consensusLogIndexRecovery : RecoverConsensusLogIndex in method public CoreStateMachinesModule(myself MemberId, platformModule PlatformModule, clusterStateDirectory File, config Config, replicator RaftReplicator, leaderLocator LeaderLocator, dependencies Dependencies, localDatabase LocalDatabase) in class org.neo4j.causalclustering.core.state.machines.CoreStateMachinesModule | From | To | |
Rename Attribute | 1 | ||
Rename Attribute txLogState : RecoverTransactionLogState to consensusLogIndexRecovery : RecoverConsensusLogIndex in class org.neo4j.causalclustering.core.state.machines.CoreStateMachines | From | To | |
Change Variable Type | 1 | ||
Change Variable Type txLogState : RecoverTransactionLogState to consensusLogIndexRecovery : RecoverConsensusLogIndex in method public CoreStateMachinesModule(myself MemberId, platformModule PlatformModule, clusterStateDirectory File, config Config, replicator RaftReplicator, leaderLocator LeaderLocator, dependencies Dependencies, localDatabase LocalDatabase) in class org.neo4j.causalclustering.core.state.machines.CoreStateMachinesModule | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type txLogState : RecoverTransactionLogState to consensusLogIndexRecovery : RecoverConsensusLogIndex in class org.neo4j.causalclustering.core.state.machines.CoreStateMachines | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public registerCommitProcessDependencies(appender TransactionAppender, applier StorageEngine) : void extracted from public CoreStateMachinesModule(myself MemberId, platformModule PlatformModule, clusterStateDirectory File, config Config, replicator RaftReplicator, leaderLocator LeaderLocator, dependencies Dependencies, localDatabase LocalDatabase) in class org.neo4j.causalclustering.core.state.machines.CoreStateMachinesModule & moved to class org.neo4j.causalclustering.catchup.storecopy.LocalDatabase | From | To |