29f49730e0f149eea9f01031be86b823b12e6647
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private configureIndexDefaultsForCluster(builder Map<String,String>) : void renamed to private configureAction(builder Map<String,String>) : void in class org.sonar.application.process.EsSettings | From | To | |
Rename Method public cluster_is_enabled() : void renamed to public set_discovery_settings_if_cluster_is_enabled() : void in class org.sonar.application.process.EsSettingsTest | From | To | |
Rename Method public customize_number_of_replicas() : void renamed to public index_defined_with_specified_number_of_replicas_when_cluster_enabled() : void in class org.sonar.server.es.NewIndexTest | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private CLUSTER_DISABLED : boolean in class org.sonar.application.process.EsSettingsTest | From | To | |
Extract Attribute private CLUSTER_ENABLED : boolean in class org.sonar.application.process.EsSettingsTest | From | To |