276dd0e9ded2df990153489d091706ccb8e8e3fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type nodes : Collection<Node> to nodes : Collection<NodeConfig> in method public setNodes(nodes Collection<NodeConfig>) : BootstrapDiscoveryConfig in class io.atomix.cluster.discovery.BootstrapDiscoveryConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<Node> to Collection<NodeConfig> in method public getNodes() : Collection<NodeConfig> in class io.atomix.cluster.discovery.BootstrapDiscoveryConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type bootstrap : List<Node> to bootstrap : List<NodeConfig> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type nodes : Collection<Node> to nodes : Collection<NodeConfig> in class io.atomix.cluster.discovery.BootstrapDiscoveryConfig | From | To |