78ceb03531b0a69e0078ac1e3c0a7e99d0af4340
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public socketAddressForServer(id int) : AdvertisedSocketAddress moved from class org.neo4j.causalclustering.discovery.Cluster to class org.neo4j.causalclustering.discovery.CoreClusterMember & inlined to public CoreClusterMember(serverId int, hazelcastPort int, txPort int, raftPort int, boltPort int, httpPort int, clusterSize int, addresses List<AdvertisedSocketAddress>, discoveryServiceFactory DiscoveryServiceFactory, recordFormat String, parentDir File, extraParams Map<String,String>, instanceExtraParams Map<String,IntFunction<String>>) | From | To | |
Rename Variable | 1 | ||
Rename Variable advertisedAddress : List<AdvertisedSocketAddress> to advertisedAddresses : List<AdvertisedSocketAddress> in method public addCoreMemberWithId(memberId int) : CoreClusterMember in class org.neo4j.causalclustering.discovery.Cluster | From | To | |
Rename Parameter | 1 | ||
Rename Parameter advertisedAddress : List<AdvertisedSocketAddress> to advertisedAddresses : List<AdvertisedSocketAddress> in method private addCoreMemberWithId(memberId int, extraParams Map<String,String>, instanceExtraParams Map<String,IntFunction<String>>, recordFormat String, advertisedAddresses List<AdvertisedSocketAddress>) : CoreClusterMember in class org.neo4j.causalclustering.discovery.Cluster | From | To |