0298f7e8d93811bc6f90b3b41920b5f5aed56f76
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getName() : String renamed to public getClusterId() : String in class io.atomix.cluster.ClusterConfig | From | To | |
Rename Method public withClusterName(clusterName String) : Builder renamed to public withClusterId(clusterId String) : Builder in class io.atomix.core.Atomix.Builder | From | To | |
Rename Method public setName(name String) : ClusterConfig renamed to public setClusterId(name String) : ClusterConfig in class io.atomix.cluster.ClusterConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute name : String to clusterId : String in class io.atomix.cluster.ClusterConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clusterName : String to clusterId : String in method public withClusterId(clusterId String) : Builder in class io.atomix.core.Atomix.Builder | From | To |