|
Change Parameter Type esCommand : EsCommand to esScriptCommand : EsScriptCommand in method private create(esScriptCommand EsScriptCommand) : ProcessBuilder in class org.sonar.application.process.ProcessLauncherImpl |
From |
To |
|
Change Parameter Type esCommand : EsCommand to command : AbstractCommand in method public launch(command AbstractCommand) : ProcessMonitor in class org.sonar.application.SchedulerImplTest.TestProcessLauncher |
From |
To |
|
Change Parameter Type args : Properties to esInstallation : EsInstallation in method public setEsInstallation(esInstallation EsInstallation) : T in class org.sonar.application.command.AbstractCommand |
From |
To |
|
Change Parameter Type esCommand : EsCommand to command : AbstractCommand in method public launch(command AbstractCommand) : ProcessMonitor in class org.sonar.application.process.ProcessLauncher |
From |
To |
|
Change Parameter Type commandSupplier : Supplier<EsCommand> to commandSupplier : Supplier<AbstractCommand> in method private tryToStartProcess(process SQProcess, commandSupplier Supplier<AbstractCommand>) : void in class org.sonar.application.SchedulerImpl |
From |
To |
|
Change Parameter Type fileSystem : EsFileSystem to fileSystem : EsInstallation in method public EsSettings(props Props, fileSystem EsInstallation, system2 System2) in class org.sonar.application.es.EsSettings |
From |
To |
|
Change Parameter Type esCommand : EsCommand to esInstallation : EsInstallation in method private writeConfFiles(esInstallation EsInstallation) : void in class org.sonar.application.process.ProcessLauncherImpl |
From |
To |
|
Change Variable Type esCommand : EsCommand to esCommand : AbstractCommand in method public createEsCommand_returns_command_for_default_settings() : void in class org.sonar.application.command.CommandFactoryImplTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public conf_directory_is_conf_es_subdirectory_of_sq_temp_directory() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getLog4j2Properties_is_in_es_conf_directory() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getLogDirectory_is_configured_with_non_nullable_PATH_LOG_variable() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type command : EsCommand to command : EsScriptCommand in method private createEsScriptCommand(tempDir File, homeDir File, dataDir File, logDir File) : EsScriptCommand in class org.sonar.application.process.ProcessLauncherImplTest |
From |
To |
|
Change Variable Type command : EsCommand to command : EsScriptCommand in method public clean_up_old_es_data() : void in class org.sonar.application.process.ProcessLauncherImplTest |
From |
To |
|
Change Variable Type command : EsCommand to command : AbstractCommand in method private tryToStartProcess(process SQProcess, commandSupplier Supplier<AbstractCommand>) : void in class org.sonar.application.SchedulerImpl |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getElasticsearchYml_is_in_es_conf_directory() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type esFileSystem : EsFileSystem to esInstallation : EsInstallation in method private createEsCommandForUnix() : EsScriptCommand in class org.sonar.application.command.CommandFactoryImpl |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public override_data_dir() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getJvmOptions_is_in_es_conf_directory() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type esFileSystem : EsFileSystem to esInstallation : EsInstallation in method private cleanupOutdatedEsData(esInstallation EsInstallation) : void in class org.sonar.application.process.ProcessLauncherImpl |
From |
To |
|
Change Variable Type mockedEsFileSystem : EsFileSystem to mockedEsInstallation : EsInstallation in method public path_properties_are_values_from_EsFileSystem_argument() : void in class org.sonar.application.es.EsSettingsTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getHomeDirectory_is_elasticsearch_subdirectory_of_sq_home_directory() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Change Variable Type command : EsCommand to command : EsScriptCommand in method public do_not_fail_if_outdated_es_directory_does_not_exist() : void in class org.sonar.application.process.ProcessLauncherImplTest |
From |
To |
|
Change Variable Type underTest : EsFileSystem to underTest : EsInstallation in method public getExecutable_resolve_executable_for_platform() : void in class org.sonar.application.es.EsInstallationTest |
From |
To |
|
Rename Method public launch(javaCommand JavaCommand) : ProcessMonitor renamed to private launchJava(javaCommand JavaCommand) : Process in class org.sonar.application.process.ProcessLauncherImpl |
From |
To |
|
Rename Method private tryToStartEsProcess(process SQProcess, commandSupplier Supplier<EsCommand>) : void renamed to private tryToStartProcess(process SQProcess, commandSupplier Supplier<AbstractCommand>) : void in class org.sonar.application.SchedulerImpl |
From |
To |
|
Rename Method private createEsCommand(tempDir File, homeDir File, dataDir File, logDir File) : EsCommand renamed to private createEsScriptCommand(tempDir File, homeDir File, dataDir File, logDir File) : EsScriptCommand in class org.sonar.application.process.ProcessLauncherImplTest |
From |
To |
|
Rename Method public setArguments(args Properties) : T renamed to public setEsInstallation(esInstallation EsInstallation) : T in class org.sonar.application.command.AbstractCommand |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setLog4j2Properties(log4j2Properties Properties) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setEsJvmOptions(esJvmOptions EsJvmOptions) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |
|
Change Return Type EsCommand to EsScriptCommand in method private createEsScriptCommand(tempDir File, homeDir File, dataDir File, logDir File) : EsScriptCommand in class org.sonar.application.process.ProcessLauncherImplTest |
From |
To |
|
Change Return Type T to JavaCommand<T> in method public setArgument(key String, value String) : JavaCommand<T> in class org.sonar.application.command.JavaCommand |
From |
To |
|
Change Return Type EsCommand to AbstractCommand<?> in method public createEsCommand() : AbstractCommand<?> in class org.sonar.application.command.CommandFactoryImpl |
From |
To |
|
Change Return Type EsCommand to AbstractCommand in method public createEsCommand() : AbstractCommand in class org.sonar.application.command.CommandFactory |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setHost(host String) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |
|
Change Return Type EsCommand to EsScriptCommand in method public createEsCommand() : EsScriptCommand in class org.sonar.application.SchedulerImplTest.TestCommandFactory |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setClusterName(clusterName String) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setEsYmlSettings(esYmlSettings EsYmlSettings) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |
|
Change Return Type ProcessMonitor to Process in method private launchJava(javaCommand JavaCommand) : Process in class org.sonar.application.process.ProcessLauncherImpl |
From |
To |
|
Change Return Type EsCommand to EsInstallation in method public setPort(port int) : EsInstallation in class org.sonar.application.es.EsInstallation |
From |
To |