3175e3dd3b47cabfa558fbbc96e5bd9bf0c9d4e5
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 42
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type client : String to node : NodeId in method public OpenSessionRequest(node NodeId, name String, stateMachine String, timeout long) in class io.atomix.protocols.raft.protocol.OpenSessionRequest | From | To | |
| Change Parameter Type client : String to node : NodeId in method public OpenSessionEntry(timestamp long, node NodeId, name String, type String, timeout long) in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
| Move Method | 1 | ||
| Move Method public serializer() : Serializer from class io.atomix.protocols.raft.server.storage.system.MetaStore to public serializer() : Serializer from class io.atomix.protocols.raft.server.RaftStateMachine | From | To | |
| Rename Variable | 1 | ||
| Rename Variable client : String to node : NodeId in method private maybeInstallSnapshot(index long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor | From | To | |
| Change Return Type | 3 | ||
| Change Return Type MetaStore to void in method public storeVote(vote NodeId) : void in class io.atomix.protocols.raft.server.storage.system.MetaStore | From | To | |
| Change Return Type MetaStore to void in method public storeConfiguration(configuration Configuration) : void in class io.atomix.protocols.raft.server.storage.system.MetaStore | From | To | |
| Change Return Type MetaStore to void in method public storeTerm(term long) : void in class io.atomix.protocols.raft.server.storage.system.MetaStore | From | To | |
| Move Class | 2 | ||
| Move Class io.atomix.protocols.raft.server.cluster.RaftMember moved to io.atomix.protocols.raft.cluster.RaftMember | From | To | |
| Move Class io.atomix.protocols.raft.server.cluster.RaftCluster moved to io.atomix.protocols.raft.cluster.RaftCluster | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute client : String to node : NodeId in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
| Rename Attribute client : String to node : NodeId in class io.atomix.protocols.raft.protocol.OpenSessionRequest.Builder | From | To | |
| Rename Attribute client : String to node : NodeId in class io.atomix.protocols.raft.protocol.OpenSessionRequest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type client : String to node : NodeId in method private maybeInstallSnapshot(index long) : void in class io.atomix.protocols.raft.server.state.ServerStateMachineExecutor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable tmpMetadataBuffer : FileBuffer in method public MetaStore(name String, storage Storage, serializer Serializer) from class io.atomix.protocols.raft.server.storage.system.MetaStore | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type client : String to node : NodeId in class io.atomix.protocols.raft.protocol.OpenSessionRequest.Builder | From | To | |
| Change Attribute Type client : String to node : NodeId in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
| Change Attribute Type connection : RaftClientConnection to connection : RaftConnection in class io.atomix.protocols.raft.client.impl.DefaultRaftMetadataClient | From | To | |
| Change Attribute Type client : String to node : NodeId in class io.atomix.protocols.raft.protocol.OpenSessionRequest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter client : String to node : NodeId in method public OpenSessionEntry(timestamp long, node NodeId, name String, type String, timeout long) in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
| Rename Parameter client : String to node : NodeId in method public OpenSessionRequest(node NodeId, name String, stateMachine String, timeout long) in class io.atomix.protocols.raft.protocol.OpenSessionRequest | From | To |