5291ade14f2a05d923dd0af2421247b804c2b418
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public test_cluster_master() : void renamed to public cluster_is_enabled() : void in class org.sonar.search.EsSettingsTest | From | To | |
Rename Method public do_not_start_WebServer_nor_CE_if_elasticsearch_slave() : void renamed to public start_only_elasticsearch_node_in_cluster() : void in class org.sonar.application.AppTest | From | To | |
Rename Method public start_all_processes_by_default() : void renamed to public start_all_processes_if_cluster_mode_is_disabled() : void in class org.sonar.application.AppTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type settings : Settings to nativeClient : Client in method public EsClient(nativeClient Client) in class org.sonar.server.es.EsClient | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to Properties in method public defaults() : Properties in class org.sonar.process.ProcessProperties | From | To | |
Move Attribute | 1 | ||
Move Attribute private settings : Settings from class org.sonar.server.es.EsClient to private settings : Settings from class org.sonar.server.es.EsClientProviderTest | From | To | |
Rename Attribute | 5 | ||
Rename Attribute searchServer : SearchServer to underTest : SearchServer in class org.sonar.search.SearchServerTest | From | To | |
Rename Attribute CLUSTER_MASTER : String to CLUSTER_ENABLED : String in class org.sonar.process.ProcessProperties | From | To | |
Rename Attribute CLUSTER_NAME : String to SEARCH_CLUSTER_NAME : String in class org.sonar.process.ProcessProperties | From | To | |
Rename Attribute CLUSTER_ACTIVATE : String to CLUSTER_SEARCH_HOSTS : String in class org.sonar.process.ProcessProperties | From | To | |
Rename Attribute CLUSTER_ACTIVATE : String to CLUSTER_ENABLED : String in class org.sonar.process.ProcessProperties | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,String> to entry : Map.Entry<Object,Object> in method public completeDefaults(props Props) : void in class org.sonar.process.ProcessProperties | From | To | |
Extract Method | 3 | ||
Extract Method private isProcessEnabled(props Props, disabledPropertyKey String) : boolean extracted from private createCommands(props Props) : List<JavaCommand> in class org.sonar.application.App | From | To | |
Inline Variable | 1 | ||
Inline Variable url : String in method public real_start() : void from class org.sonar.ce.container.ComputeEngineContainerImplTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter settings : Settings to nativeClient : Client in method public EsClient(nativeClient Client) in class org.sonar.server.es.EsClient | From | To |