e1c38c60c2b287284ab38243eff1f5c716bea8d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public do_not_override_existing_properties() : void renamed to public completeDefaults_does_not_override_existing_properties() : void in class org.sonar.process.ProcessPropertiesTest | From | To | |
| Rename Method public use_random_port_if_zero() : void renamed to public completeDefaults_sets_the_port_of_elasticsearch_if_value_is_zero() : void in class org.sonar.process.ProcessPropertiesTest | From | To | |
| Rename Method public init_defaults() : void renamed to public completeDefaults_adds_default_values() : void in class org.sonar.process.ProcessPropertiesTest | From | To | |
| Move Method | 1 | ||
| Move Method public isValidPort(port int) : boolean from class org.sonar.process.NetworkUtils.RandomPortFinder to private isValidPort(port int) : boolean from class org.sonar.process.NetworkUtils | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute hostName : String to address : InetAddress in class org.sonar.server.es.EsServerHolder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type hostName : String to address : InetAddress in class org.sonar.server.es.EsServerHolder | From | To |