ec22ac793e6c5d4c6f7fd087eaf26b531c09729f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 6 | ||
| Rename Method public messenger() : MessagingService renamed to public getMessagingService() : MessagingService in class io.atomix.Atomix | From | To | |
| Rename Method public getName() : String renamed to public name() : String in class io.atomix.partition.impl.RaftPartition | From | To | |
| Rename Method public communicator() : ClusterCommunicationService renamed to public getCommunicationService() : ClusterCommunicationService in class io.atomix.Atomix | From | To | |
| Rename Method public cluster() : ClusterService renamed to public getClusterService() : ClusterService in class io.atomix.Atomix | From | To | |
| Rename Method public getMembers() : Collection<NodeId> renamed to public members() : Collection<NodeId> in class io.atomix.partition.impl.RaftPartition | From | To | |
| Rename Method public getId() : PartitionId renamed to public id() : PartitionId in class io.atomix.partition.impl.RaftPartition | From | To | |
| Move And Rename Method | 2 | ||
| Move And Rename Method public partition(partitionId PartitionId) : Partition from class io.atomix.Atomix to public getPartition(partitionId PartitionId) : Partition from class io.atomix.partition.impl.DefaultPartitionService | From | To | |
| Move And Rename Method public partitions() : Collection<Partition> from class io.atomix.Atomix to public getPartitions() : Collection<Partition> from class io.atomix.partition.impl.DefaultPartitionService | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type partitions : Collection<RaftPartition> to partitions : ManagedPartitionService in method protected Atomix(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions ManagedPartitionService) in class io.atomix.Atomix | From | To | |
| Change Parameter Type partitions : Collection<RaftPartition> to partitions : ManagedPartitionService in method protected AtomixReplica(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions ManagedPartitionService) in class io.atomix.AtomixReplica | From | To | |
| Change Parameter Type partitions : Collection<RaftPartition> to partitions : ManagedPartitionService in method protected AtomixClient(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions ManagedPartitionService) in class io.atomix.AtomixClient | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type partitions : TreeMap<PartitionId,ManagedPartition> to partitions : ManagedPartitionService in class io.atomix.Atomix | From | To |