d95bc1cd4454a7bd1e16ffc15fba14546c698909
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public compute_engine_waits_for_remote_elasticsearch_and_web_leader_to_be_started_if_local_es_is_disabled() : void renamed to public application_node_starts_only_web_and_ce() : void in class org.sonar.application.SchedulerImplTest | From | To | |
Rename Method public getTypes() : EnumSet<NodeType> renamed to public getType() : NodeType in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Rename Method public isLocalElasticsearchEnabled_returns_false_if_local_es_node_is_disabled_in_cluster_mode() : void renamed to public isLocalElasticsearchEnabled_returns_true_for_a_application_node() : void in class org.sonar.application.config.ClusterSettingsTest | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type types : EnumSet<NodeType> to type : NodeType in method public addNode(type NodeType) : Builder in class org.sonarqube.tests.cluster.Cluster.Builder | From | To | |
Change Parameter Type hzPort : int to hzPort : Integer in method private setHzPort(hzPort Integer) : void in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Parameter Type esPort : int to esPort : Integer in method private setEsPort(esPort Integer) : void in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Parameter Type webPort : int to webPort : Integer in method private setWebPort(webPort Integer) : void in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Parameter Type types : EnumSet<NodeType> to type : NodeType in method public Node(type NodeType) in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Inline Method | 2 | ||
Inline Method private enableAllProcesses() : void inlined to public web_follower_starts_only_when_web_leader_is_operational() : void in class org.sonar.application.SchedulerImplTest | From | To | |
Change Return Type | 4 | ||
Change Return Type EnumSet<NodeType> to NodeType in method public getType() : NodeType in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Return Type int to Integer in method public getWebPort() : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Return Type int to Integer in method public getHzPort() : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Return Type int to Integer in method public getEsPort() : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Rename Attribute | 1 | ||
Rename Attribute types : EnumSet<NodeType> to type : NodeType in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type types : EnumSet<NodeType> to type : NodeType in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Attribute Type hzPort : int to hzPort : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Attribute Type webPort : int to webPort : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Change Attribute Type esPort : int to esPort : Integer in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Rename Parameter | 2 | ||
Rename Parameter types : EnumSet<NodeType> to type : NodeType in method public Node(type NodeType) in class org.sonarqube.tests.cluster.Cluster.Node | From | To | |
Rename Parameter types : EnumSet<NodeType> to type : NodeType in method public addNode(type NodeType) : Builder in class org.sonarqube.tests.cluster.Cluster.Builder | From | To |