|
Move Method package getInfoOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getInfoOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getListOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getListOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method private printHelpForCancel() : void from class org.apache.flink.client.CliFrontend to public printHelpForCancel() : void from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getProgramSpecificOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to public getProgramSpecificOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method private printHelpForInfo() : void from class org.apache.flink.client.CliFrontend to public printHelpForInfo() : void from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method private printHelpForList() : void from class org.apache.flink.client.CliFrontend to public printHelpForList() : void from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getInfoOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getInfoOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getJobManagerAddressOption(options Options) : Options from class org.apache.flink.client.CliFrontend to private getJobManagerAddressOption(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getRunOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getRunOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getProgramSpecificOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getProgramSpecificOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getRunOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getRunOptionsWithoutDeprecatedOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method private printHelpForRun() : void from class org.apache.flink.client.CliFrontend to public printHelpForRun() : void from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method private printHelp() : void from class org.apache.flink.client.CliFrontend to public printHelp() : void from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Method package getCancelOptions(options Options) : Options from class org.apache.flink.client.CliFrontend to private getCancelOptions(options Options) : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Rename Variable line : CommandLine to options : CancelOptions in method protected cancel(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Rename Variable line : CommandLine to options : ListOptions in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Rename Variable line : CommandLine to options : InfoOptions in method protected info(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method public testVariantWithExplicitJarAndArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method public testNonExistingFileWithoutArguments() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable frontend : TestingCliFrontend to cli : CliFrontend in method public testInvalidYarnConfig() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method public testValidVariantWithNoJarAndNoArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable line : CommandLine to options : ProgramOptions in method public testNonExistingJarFile() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method public testNonExistingFileWithArguments() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method protected run(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Rename Variable line : CommandLine to options : RunOptions in method public testVariantWithExplicitJarAndNoArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Rename Variable line : CommandLine to options : ProgramOptions in method public testFileNotJarFile() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Move Attribute private LIST_OPTIONS : Options from class org.apache.flink.client.CliFrontend to private LIST_OPTIONS : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private printHelp : boolean from class org.apache.flink.client.CliFrontend to private printHelp : boolean from class org.apache.flink.client.cli.CommandLineOptions |
From |
To |
|
Move Attribute private INFO_OPTIONS : Options from class org.apache.flink.client.CliFrontend to private INFO_OPTIONS : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private CLASS_OPTION : Option from class org.apache.flink.client.CliFrontend to package CLASS_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private CANCEL_OPTIONS : Options from class org.apache.flink.client.CliFrontend to private CANCEL_OPTIONS : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private HELP_OPTION : Option from class org.apache.flink.client.CliFrontend to package HELP_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private JAR_OPTION : Option from class org.apache.flink.client.CliFrontend to package JAR_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private PARALLELISM_OPTION : Option from class org.apache.flink.client.CliFrontend to package PARALLELISM_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private SCHEDULED_OPTION : Option from class org.apache.flink.client.CliFrontend to package SCHEDULED_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private ADDRESS_OPTION : Option from class org.apache.flink.client.CliFrontend to package ADDRESS_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private RUN_OPTIONS : Options from class org.apache.flink.client.CliFrontend to private RUN_OPTIONS : Options from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private yarnSessionCLi : FlinkYarnSessionCli from class org.apache.flink.client.CliFrontend to private yarnSessionCLi : FlinkYarnSessionCli from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private RUNNING_OPTION : Option from class org.apache.flink.client.CliFrontend to package RUNNING_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Move Attribute private ARGS_OPTION : Option from class org.apache.flink.client.CliFrontend to package ARGS_OPTION : Option from class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Variable Type jobs : Iterable<ExecutionGraph> to jobs : List<JobStatusMessage> in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method public testVariantWithExplicitJarAndNoArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to frontend : CliFrontend in method public testYarnConfig() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type o1 : ExecutionGraph to o1 : JobStatusMessage in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type runningJobs : ArrayList<ExecutionGraph> to runningJobs : ArrayList<JobStatusMessage> in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type line : CommandLine to options : InfoOptions in method protected info(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type line : CommandLine to options : ListOptions in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method public testNonExistingFileWithoutArguments() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method public testValidVariantWithNoJarAndNoArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type line : CommandLine to options : ProgramOptions in method public testNonExistingJarFile() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method public testNonExistingFileWithArguments() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type njec : Comparator<ExecutionGraph> to njec : Comparator<JobStatusMessage> in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type line : CommandLine to options : ProgramOptions in method public testFileNotJarFile() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type line : CommandLine to options : CancelOptions in method protected cancel(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type o2 : ExecutionGraph to o2 : JobStatusMessage in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type scheduledJobs : ArrayList<ExecutionGraph> to scheduledJobs : ArrayList<JobStatusMessage> in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to frontend : CliFrontend in method public testValidConfig() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to frontend : CliFrontend in method public testInvalidConfigAndOption() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method public testVariantWithExplicitJarAndArgumentsOption() : void in class org.apache.flink.client.CliFrontendPackageProgramTest |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to frontend : CliFrontend in method public testManualOptionsOverridesYarn() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to cli : CliFrontend in method public testInvalidYarnConfig() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type frontend : TestingCliFrontend to frontend : CliFrontend in method public testManualOptionsOverridesConfig() : void in class org.apache.flink.client.CliFrontendAddressConfigurationTest |
From |
To |
|
Change Variable Type line : CommandLine to options : RunOptions in method protected run(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |
|
Change Variable Type rj : ExecutionGraph to rj : JobStatusMessage in method protected list(args String[]) : int in class org.apache.flink.client.CliFrontend |
From |
To |