|
Rename Method public getHazelcastClient() : HazelcastClient renamed to public getHazelcastMember() : HazelcastMember in class org.sonar.application.cluster.ClusterAppState |
From |
To |
|
Rename Method public getUUID() : String renamed to public getUuid() : String in class org.sonar.process.cluster.hz.HazelcastMember |
From |
To |
|
Rename Method private checkProperties(props Props) : void renamed to private checkClusterProperties(props Props) : void in class org.sonar.application.config.ClusterSettings |
From |
To |
|
Rename Method public reset_throws_always_ISE() : void renamed to public reset_always_throws_ISE() : void in class org.sonar.application.cluster.ClusterAppStateImplTest |
From |
To |
|
Rename Method private ensureMandatoryProperty(props Props, key String) : void renamed to private requireValue(props Props, key String) : String in class org.sonar.application.config.ClusterSettings |
From |
To |
|
Rename Method public getUUID() : String renamed to public getUuid() : String in class org.sonar.process.cluster.hz.HazelcastMemberImpl |
From |
To |
|
Rename Method public accept_throws_MessageException_if_internal_property_for_web_leader_is_configured() : void renamed to public accept_throws_MessageException_if_internal_property_for_startup_leader_is_configured() : void in class org.sonar.application.config.ClusterSettingsTest |
From |
To |
|
Rename Method public accept_throws_MessageException_if_clusterSearchHosts_is_blank() : void renamed to public accept_throws_MessageException_if_clusterSearchHosts_is_empty() : void in class org.sonar.application.config.ClusterSettingsTest |
From |
To |
|
Rename Method public getHazelcastClient() : HazelcastClient renamed to public getHazelcastMember() : HazelcastMember in class org.sonar.application.TestClusterAppState |
From |
To |
|
Rename Method public accept_throws_MessageException_if_searchHost_is_blank() : void renamed to public accept_throws_MessageException_if_searchHost_is_empty() : void in class org.sonar.application.config.ClusterSettingsTest |
From |
To |
|
Move Attribute public CLUSTER_SEARCH_HOSTS : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_SEARCH_HOSTS : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute private listeners : List<AppStateListener> from class org.sonar.application.cluster.HazelcastCluster to private listeners : List<AppStateListener> from class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Move Attribute public CLUSTER_NODE_TYPE : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_NODE_TYPE : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute public CLUSTER_ENABLED : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_ENABLED : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute private operationalProcesses : ReplicatedMap<ClusterProcess,Boolean> from class org.sonar.application.cluster.HazelcastCluster to private operationalProcesses : ReplicatedMap<ClusterProcess,Boolean> from class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Move Attribute private nodeDisconnectedListenerUUID : String from class org.sonar.application.cluster.HazelcastCluster to private nodeDisconnectedListenerUUID : String from class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Move Attribute private operationalProcessListenerUUID : String from class org.sonar.application.cluster.HazelcastCluster to private operationalProcessListenerUUID : String from class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Move Attribute public CLUSTER_NAME : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_NAME : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute public CLUSTER_NODE_PORT : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_NODE_PORT : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute public CLUSTER_NODE_NAME : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_NODE_NAME : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute public CLUSTER_HOSTS : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_HOSTS : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Attribute public CLUSTER_NODE_HOST : String from class org.sonar.process.cluster.ClusterProperties to public CLUSTER_NODE_HOST : String from class org.sonar.process.ProcessProperties |
From |
To |
|
Move Class org.sonar.process.cluster.health.HealthStateSharingImpl moved to org.sonar.application.cluster.health.HealthStateSharingImpl |
From |
To |
|
Move Class org.sonar.application.cluster.HazelcastCluster.OperationalProcessListener moved to org.sonar.application.cluster.ClusterAppStateImpl.OperationalProcessListener |
From |
To |
|
Move Class org.sonar.application.cluster.SearchNodeHealthProvider moved to org.sonar.application.cluster.health.SearchNodeHealthProvider |
From |
To |
|
Move Class org.sonar.process.cluster.health.DelegateHealthStateRefresherExecutorServiceTest moved to org.sonar.application.cluster.health.DelegateHealthStateRefresherExecutorServiceTest |
From |
To |
|
Move Class org.sonar.application.cluster.HazelcastCluster.NodeDisconnectedListener moved to org.sonar.application.cluster.ClusterAppStateImpl.NodeDisconnectedListener |
From |
To |
|
Move Class org.sonar.process.cluster.health.HealthStateSharing moved to org.sonar.application.cluster.health.HealthStateSharing |
From |
To |
|
Move Class org.sonar.application.cluster.SearchNodeHealthProviderTest moved to org.sonar.application.cluster.health.SearchNodeHealthProviderTest |
From |
To |
|
Move Class org.sonar.process.cluster.health.DelegateHealthStateRefresherExecutorService moved to org.sonar.application.cluster.health.DelegateHealthStateRefresherExecutorService |
From |
To |
|
Rename Attribute MAX_TRIES : int to PORT_MAX_TRIES : int in class org.sonar.process.NetworkUtilsImpl |
From |
To |
|
Rename Attribute localProcesses : Map<ProcessId,Boolean> to operationalLocalProcesses : Map<ProcessId,Boolean> in class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Rename Attribute hazelcastClient : HazelcastClient to hzMember : HazelcastMember in class org.sonar.application.cluster.health.HealthStateSharingImpl |
From |
To |
|
Rename Attribute hazelcastClient : HazelcastClient to hzMember : HazelcastMember in class org.sonar.process.cluster.health.SharedHealthStateImpl |
From |
To |
|
Rename Attribute hazelcastClient : HazelcastClient to hazelcastMember : HazelcastMember in class org.sonar.application.TestClusterAppState |
From |
To |
|
Rename Attribute hazelcastCluster : HazelcastCluster to hzMember : HazelcastMember in class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Rename Attribute ALREADY_ALLOCATED : Set<Integer> to PORTS_ALREADY_ALLOCATED : Set<Integer> in class org.sonar.process.NetworkUtilsImpl |
From |
To |
|
Rename Attribute hazelcastClient : HazelcastClient to hazelcastMember : HazelcastMember in class org.sonar.ce.CeDistributedInformationImpl |
From |
To |
|
Change Attribute Type hazelcastClient : HazelcastClient to hzMember : HazelcastMember in class org.sonar.application.cluster.health.HealthStateSharingImpl |
From |
To |
|
Change Attribute Type hazelcastClient : HazelcastClient to hzMember : HazelcastMember in class org.sonar.process.cluster.health.SharedHealthStateImpl |
From |
To |
|
Change Attribute Type hzClientWrapper : HazelcastLocalClient to hzClientWrapper : StartableHazelcastMember in class org.sonar.ce.CeDistributedInformationImplTest |
From |
To |
|
Change Attribute Type hazelcastClient : HazelcastClient to hazelcastMember : HazelcastMember in class org.sonar.application.TestClusterAppState |
From |
To |
|
Change Attribute Type hazelcastCluster : HazelcastCluster to hzMember : HazelcastMember in class org.sonar.application.cluster.ClusterAppStateImpl |
From |
To |
|
Change Attribute Type hazelcastClient : HazelcastClient to hazelcastMember : HazelcastMember in class org.sonar.ce.CeDistributedInformationImpl |
From |
To |