a2e46ada4f10f73e5152f2c13d36d53b591def5f
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type update : ReplicatedNode to update : NodeUpdate in method private sendUpdate(endpoint Endpoint, update NodeUpdate) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Change Parameter Type timestamp : Timestamp to timestamp : LogicalTimestamp in method package NodeDigest(timestamp LogicalTimestamp, tombstone boolean) in class io.atomix.cluster.impl.NodeDigest | From | To | |
Change Parameter Type timestamp : Timestamp to timestamp : LogicalTimestamp in method package NodeUpdate(node ReplicatedNode, timestamp LogicalTimestamp) in class io.atomix.cluster.impl.NodeUpdate | From | To | |
Change Parameter Type update : ReplicatedNode to update : NodeUpdate in method private broadcastUpdate(update NodeUpdate) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Change Parameter Type timestamp : Timestamp to timestamp : LogicalTimestamp in method public ReplicatedNode(id NodeId, type Type, endpoint Endpoint, timestamp LogicalTimestamp, tombstone boolean) in class io.atomix.cluster.impl.ReplicatedNode | From | To | |
Change Return Type | 3 | ||
Change Return Type Timestamp to LogicalTimestamp in method public timestamp() : LogicalTimestamp in class io.atomix.cluster.impl.ReplicatedNode | From | To | |
Change Return Type Timestamp to LogicalTimestamp in method public timestamp() : LogicalTimestamp in class io.atomix.cluster.impl.NodeUpdate | From | To | |
Change Return Type Timestamp to LogicalTimestamp in method public timestamp() : LogicalTimestamp in class io.atomix.cluster.impl.NodeDigest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type update : ReplicatedNode to update : NodeUpdate in method private handleUpdate(endpoint Endpoint, payload byte[]) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Change Variable Type nodes : List<NodeId> to nodes : Set<NodeId> in method private sendAdvertisement(endpoint Endpoint) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Extract Variable | 2 | ||
Extract Variable timestamp : LogicalTimestamp in method public removeNode(node Node) : void from class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Extract Variable timestamp : LogicalTimestamp in method public addNode(node Node) : void from class io.atomix.cluster.impl.DefaultClusterMetadataService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type timestamp : Timestamp to timestamp : LogicalTimestamp in class io.atomix.cluster.impl.NodeUpdate | From | To | |
Change Attribute Type timestamp : Timestamp to timestamp : LogicalTimestamp in class io.atomix.cluster.impl.NodeDigest | From | To | |
Change Attribute Type timestamp : Timestamp to timestamp : LogicalTimestamp in class io.atomix.cluster.impl.ReplicatedNode | From | To |