045de600d82010d392f2d072e952079790515ff7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getVoteCredentials() : Comparable<Object> renamed to public getElectionCredentials() : ElectionCredentials in class org.neo4j.cluster.protocol.election.ElectionMessage.VotedData | From | To | |
Change Parameter Type | 9 | ||
Change Parameter Type voteCredentials : Comparable<Object> to electionCredentials : ElectionCredentials in method public VersionedVotedData(role String, instanceId InstanceId, electionCredentials ElectionCredentials, version long) in class org.neo4j.cluster.protocol.election.ElectionMessage.VersionedVotedData | From | To | |
Change Parameter Type voteCredentials : Comparable<Object> to electionCredentials : ElectionCredentials in method public VotedData(role String, instanceId InstanceId, electionCredentials ElectionCredentials) in class org.neo4j.cluster.protocol.election.ElectionMessage.VotedData | From | To | |
Change Parameter Type o : Object to o : ElectionCredentials in method public compareTo(o ElectionCredentials) : int in class org.neo4j.cluster.protocol.election.ServerIdElectionCredentials | From | To | |
Change Parameter Type o : Object to o : ElectionCredentials in method public compareTo(o ElectionCredentials) : int in class org.neo4j.cluster.protocol.election.NotElectableElectionCredentials | From | To | |
Change Parameter Type voteCredentials : Comparable<Object> to voteCredentials : ElectionCredentials in method public Vote(suggestedNode InstanceId, voteCredentials ElectionCredentials) in class org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.Vote | From | To | |
Change Parameter Type suggestionCredentials : Comparable<Object> to suggestionCredentials : ElectionCredentials in method public voted(role String, suggestedNode InstanceId, suggestionCredentials ElectionCredentials, electionVersion long) : boolean in class org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.context.ElectionContextImpl | From | To | |
Change Parameter Type o : Object to o : ElectionCredentials in method public compareTo(o ElectionCredentials) : int in class org.neo4j.kernel.ha.cluster.DefaultElectionCredentials | From | To | |
Change Parameter Type o : Object to o : ElectionCredentials in method public compareTo(o ElectionCredentials) : int in class org.neo4j.cluster.protocol.election.IntegerElectionCredentials | From | To | |
Change Parameter Type suggestionCredentials : Comparable<Object> to suggestionCredentials : ElectionCredentials in method public voted(role String, suggestedNode InstanceId, suggestionCredentials ElectionCredentials, electionVersion long) : boolean in class org.neo4j.cluster.protocol.election.ElectionContext | From | To | |
Change Return Type | 4 | ||
Change Return Type Comparable<Object> to Comparable<ElectionCredentials> in method public getCredentials() : Comparable<ElectionCredentials> in class org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.Vote | From | To | |
Change Return Type Comparable<Object> to ElectionCredentials in method public getCredentialsForRole(role String) : ElectionCredentials in class org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.context.ElectionContextImpl | From | To | |
Change Return Type Comparable<Object> to ElectionCredentials in method public getElectionCredentials() : ElectionCredentials in class org.neo4j.cluster.protocol.election.ElectionMessage.VotedData | From | To | |
Change Return Type Comparable<Object> to ElectionCredentials in method public getCredentialsForRole(role String) : ElectionCredentials in class org.neo4j.cluster.protocol.election.ElectionContext | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type voteCredentials : Comparable<Object> to voteCredentials : ElectionCredentials in class org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.Vote | From | To | |
Change Attribute Type voteCredentials : Comparable<Object> to voteCredentials : ElectionCredentials in class org.neo4j.cluster.protocol.election.ElectionMessage.VotedData | From | To | |
Rename Parameter | 2 | ||
Rename Parameter voteCredentials : Comparable<Object> to electionCredentials : ElectionCredentials in method public VersionedVotedData(role String, instanceId InstanceId, electionCredentials ElectionCredentials, version long) in class org.neo4j.cluster.protocol.election.ElectionMessage.VersionedVotedData | From | To | |
Rename Parameter voteCredentials : Comparable<Object> to electionCredentials : ElectionCredentials in method public VotedData(role String, instanceId InstanceId, electionCredentials ElectionCredentials) in class org.neo4j.cluster.protocol.election.ElectionMessage.VotedData | From | To |