52066a77fe9ec8ba15e55af92652a06b8ca4a824
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public withLogTerm(logTerm long) : Builder renamed to public withLastLogTerm(logTerm long) : Builder in class io.atomix.protocols.raft.protocol.VoteRequest.Builder | From | To | |
Rename Method public withLogTerm(logTerm long) : Builder renamed to public withPrevLogTerm(prevLogTerm long) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder | From | To | |
Rename Method public withLogIndex(logIndex long) : Builder renamed to public withLastLogIndex(logIndex long) : Builder in class io.atomix.protocols.raft.protocol.VoteRequest.Builder | From | To | |
Rename Method public withLogIndex(logIndex long) : Builder renamed to public withLastLogIndex(lastLogIndex long) : Builder in class io.atomix.protocols.raft.protocol.AppendResponse.Builder | From | To | |
Rename Method public withLogIndex(logIndex long) : Builder renamed to public withPrevLogIndex(prevLogIndex long) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder | From | To | |
Rename Method public withLogIndex(logIndex long) : Builder renamed to public withLastLogIndex(logIndex long) : Builder in class io.atomix.protocols.raft.protocol.PollRequest.Builder | From | To | |
Rename Method public withLogTerm(logTerm long) : Builder renamed to public withLastLogTerm(logTerm long) : Builder in class io.atomix.protocols.raft.protocol.PollRequest.Builder | From | To | |
Rename Attribute | 6 | ||
Rename Attribute logIndex : long to lastLogIndex : long in class io.atomix.protocols.raft.protocol.AppendResponse | From | To | |
Rename Attribute logIndex : long to lastLogIndex : long in class io.atomix.protocols.raft.protocol.PollRequest.Builder | From | To | |
Rename Attribute logIndex : long to lastLogIndex : long in class io.atomix.protocols.raft.protocol.VoteRequest.Builder | From | To | |
Rename Attribute logIndex : long to lastLogIndex : long in class io.atomix.protocols.raft.protocol.AppendResponse.Builder | From | To | |
Rename Attribute logTerm : long to lastLogTerm : long in class io.atomix.protocols.raft.protocol.PollRequest.Builder | From | To | |
Rename Attribute logTerm : long to lastLogTerm : long in class io.atomix.protocols.raft.protocol.VoteRequest.Builder | From | To | |
Rename Parameter | 4 | ||
Rename Parameter logIndex : long to prevLogIndex : long in method public withPrevLogIndex(prevLogIndex long) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder | From | To | |
Rename Parameter logTerm : long to prevLogTerm : long in method public withPrevLogTerm(prevLogTerm long) : Builder in class io.atomix.protocols.raft.protocol.AppendRequest.Builder | From | To | |
Rename Parameter logIndex : long to lastLogIndex : long in method public AppendResponse(status Status, error RaftError, term long, succeeded boolean, lastLogIndex long) in class io.atomix.protocols.raft.protocol.AppendResponse | From | To | |
Rename Parameter logIndex : long to lastLogIndex : long in method public withLastLogIndex(lastLogIndex long) : Builder in class io.atomix.protocols.raft.protocol.AppendResponse.Builder | From | To |