272753ea3b7e3defc371f5de4ecbb4687dca7edd
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public buildAddresses(coreServerIds Set<Integer>) : List<AdvertisedSocketAddress> renamed to private buildInitialHosts(coreServerIds Set<Integer>) : List<AdvertisedSocketAddress> in class org.neo4j.causalclustering.discovery.Cluster | From | To | |
Move Method | 1 | ||
Move Method private countNodes(member CoreClusterMember) : long from class org.neo4j.causalclustering.scenarios.CoreReplicationIT to public countNodes(member CoreClusterMember) : long from class org.neo4j.causalclustering.helpers.DataCreator | From | To | |
Rename Variable | 2 | ||
Rename Variable hazelcastAddresses : List<AdvertisedSocketAddress> to initialHosts : List<AdvertisedSocketAddress> in method public addReadReplicaWithIdAndMonitors(memberId int, monitors Monitors) : ReadReplica in class org.neo4j.causalclustering.discovery.Cluster | From | To | |
Rename Variable hazelcastAddresses : List<AdvertisedSocketAddress> to initialHosts : List<AdvertisedSocketAddress> in method public addReadReplicaWithIdAndRecordFormat(memberId int, recordFormat String) : ReadReplica in class org.neo4j.causalclustering.discovery.Cluster | From | To | |
Rename Attribute | 2 | ||
Rename Attribute boltAdvertisedAddress : String to boltAdvertisedSocketAddress : String in class org.neo4j.causalclustering.discovery.CoreClusterMember | From | To | |
Rename Attribute boltAdvertisedAddress : String to boltAdvertisedSocketAddress : String in class org.neo4j.causalclustering.discovery.ReadReplica | From | To | |
Extract Method | 1 | ||
Extract Method public isIPv6() : boolean extracted from public toString() : String in class org.neo4j.helpers.SocketAddress | From | To |