|
Rename Method private expectedServiceWithSpecifiedServiceAndEnv(serviceName String, serviceVersion String, envName String, envValue String) : CheService renamed to private testPluginWithSpecifiedPluginAndEnv(pluginName String, pluginVersion String, envVarName String, envVarValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private getServiceURI(testService String, testServiceVersion String) : URI renamed to private getPluginURI(testPlugin String, testPluginVersion String) : URI in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public testFeaturesWithTheSameServicesButDifferentParameters() : void renamed to public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public getServers() : List<Server> renamed to public getPorts() : List<CheContainerPort> in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Method public throwExceptionIfServiceNameIsEmpty() : void renamed to public throwExceptionIfPluginNameIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private toServices(features Collection<CheFeature>) : Collection<CheService> renamed to private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method private getService(serviceName String, serviceVersion String) : CheService renamed to private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method private testServiceWithSpecifiedServiceAndEnv(serviceName String, serviceVersion String, envVarName String, envVarValue String) : CheService renamed to private testPlugin(envVarName String, envVarValue String, envVarName2 String, envVarValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private expectedServiceWithEnv(envName String, envValue String) : CheService renamed to private expectedPluginWithEnv(envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public servers(servers List<Server>) : Container renamed to public ports(ports List<CheContainerPort>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Method public testFeaturesWithDifferentServicesButTheSameParameter() : void renamed to public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public doesNothingIfServicesListIsEmpty() : void renamed to public doesNothingIfChePluginsListIsEmpty() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Rename Method public testFeaturesWithDifferentServicesAndDifferentParameters() : void renamed to public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private testServiceWith2Containers() : CheService renamed to private createContainer() : CheContainer in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Rename Method private getServices(features Collection<CheFeature>) : Collection<CheService> renamed to private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method public throwExceptionIfServiceNameIsNull() : void renamed to public throwExceptionIfPluginNameIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public canAddMultipleToolingContainersToAPodFromSeveralServices() : void renamed to public canAddMultipleToolingContainersToAPodFromSeveralPlugins() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Rename Method private validateService(service CheService, name String, version String) : void renamed to private validatePlugin(plugin ChePlugin, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method public throwsExceptionWhenServiceRetrievalFails() : void renamed to public throwsExceptionWhenPluginRetrievalFails() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private expectedServiceWithEnv(envName String, envValue String, envName2 String, envValue2 String) : CheService renamed to private expectedPluginWithEnv(envName String, envValue String, envName2 String, envValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private expectedService(serviceName String, serviceVersion String) : CheService renamed to private expectedPluginWithSpecifiedPluginAndEnv(pluginName String, pluginVersion String, envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method protected parseResponseStreamAndClose(inputStream InputStream, clazz Class<T>) : T renamed to protected parseYamlResponseStreamAndClose(inputStream InputStream, clazz Class<T>) : T in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method public setPort(port Integer) : void renamed to public targetPort(targetPort int) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Rename Method private testServiceWithEnv(envVarName String, envVarValue String) : CheService renamed to private testPluginWithEnv(envVarName String, envVarValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method private getServicesParameters(features Collection<CheFeature>) : Map<String,List<String>> renamed to private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Method public canAddMultipleToolingContainersToAPodFromOneService() : void renamed to public canAddMultipleToolingContainersToAPodFromOnePlugin() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Rename Method public throwExceptionIfValueForServiceParameterNotFound() : void renamed to public throwExceptionIfValueForPluginParameterNotFound() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public throwExceptionIfServiceVersionIsNull() : void renamed to public throwExceptionIfPluginVersionIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public setServers(servers List<Server>) : void renamed to public setPorts(ports List<CheContainerPort>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Method public testFeaturesWithTheSameServicesAndTheSameParameters() : void renamed to public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Method public throwExceptionIfServiceVersionIsEmpty() : void renamed to public throwExceptionIfPluginVersionIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Parameter Type servers : List<Server> to endpoints : List<ChePluginEndpoint> in method private addMachine(kubernetesEnvironment KubernetesEnvironment, machineName String, endpoints List<ChePluginEndpoint>, volumes List<Volume>) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Change Parameter Type o : java.lang.Object to o : Object in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Parameter Type o : java.lang.Object to o : Object in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Parameter Type servers : List<Server> to ports : List<CheContainerPort> in method public setPorts(ports List<CheContainerPort>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Parameter Type cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Change Parameter Type service : CheService to plugin : ChePlugin in method private validatePlugin(plugin ChePlugin, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Parameter Type parameters : List<CheServiceParameter> to parameters : List<ChePluginParameter> in method public setParameters(parameters List<ChePluginParameter>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Parameter Type servers : List<Server> to ports : List<CheContainerPort> in method public ports(ports List<CheContainerPort>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Parameter Type containers : List<Container> to containers : List<CheContainer> in method public containers(containers List<CheContainer>) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Parameter Type services : List<CheServiceReference> to services : List<ChePluginReference> in method public setServices(services List<ChePluginReference>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.CheFeatureSpec |
From |
To |
|
Change Parameter Type services : List<CheServiceReference> to services : List<ChePluginReference> in method public services(services List<ChePluginReference>) : CheFeatureSpec in class org.eclipse.che.api.workspace.server.wsnext.model.CheFeatureSpec |
From |
To |
|
Change Parameter Type port : Integer to targetPort : int in method public targetPort(targetPort int) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Parameter Type cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextApplier |
From |
To |
|
Change Parameter Type containers : List<Container> to containers : List<CheContainer> in method public setContainers(containers List<CheContainer>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Parameter Type o : java.lang.Object to o : Object in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Parameter Type parameters : List<CheServiceParameter> to parameters : List<ChePluginParameter> in method public parameters(parameters List<ChePluginParameter>) : ChePluginReference in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Rename Variable serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable cheServiceReference : CheServiceReference to chePluginReference : ChePluginReference in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenFeatureApiIsNotSet() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginVersionIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceVersion : String to pluginVersion : String in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable getServiceURI : URI to getPluginURI : URI in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable expectedServiceSpec : CheServiceSpec to expectedPlugin : ChePlugin in method private expectedPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method private expectedPluginWithEnv(envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Map<String,CheService> to plugins : Map<String,ChePlugin> in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable service2 : CheService to plugin2 : ChePlugin in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service1 : CheService to plugin1 : ChePlugin in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceName : String to pluginName : String in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable service2 : CheService to plugin2 : ChePlugin in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable expectedService : CheService to expectedPlugin : ChePlugin in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceKey : String to pluginKey : String in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable theiaServiceReference : CheServiceReference to theiaPluginReference : ChePluginReference in method private testFeature() : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable server : Server to that : ChePluginEndpoint in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithoutParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable cheService : CheService to chePlugin : ChePlugin in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Rename Variable service : CheService to cheContainer : CheContainer in method private createContainer() : CheContainer in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginNameIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenThereIsNoFeaturesAttribute() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public testFeaturesWithParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceVersion : String to pluginVersion : String in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenFeaturesAttributeIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginVersionIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable theiaServiceReference : CheServiceReference to theiaPluginReference : ChePluginReference in method private testFeature(pluginName String, pluginVersion String, paramName String, paramValue String) : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method private expectedPluginWithEnv(envName String, envValue String, envName2 String, envValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public throwExceptionIfValueForPluginParameterNotFound() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable container : Container to that : CheContainer in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenAttributesAreNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable cheServiceSpec : CheServiceSpec to chePlugin : ChePlugin in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Rename Variable serviceName : String to pluginName : String in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable service1 : CheService to plugin1 : ChePlugin in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public testFeaturesWithoutParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable cheServiceParameters : List<String> to chePluginParameters : List<String> in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private validateFeature(feature CheFeature, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenAttributesAreEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable serviceName : String to pluginName : String in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable cheServiceParameter : CheServiceParameter to chePluginParameter : ChePluginParameter in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginNameIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method private applyWorkspaceNext(internalEnvironment InternalEnvironment, workspaceAttributes Map<String,String>, recipeType String) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes |
From |
To |
|
Rename Variable actualService : CheService to actualPlugin : ChePlugin in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Variable service : CheService to plugin : ChePlugin in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Variable serviceVersion : String to pluginVersion : String in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Return Type Container to CheContainer in method public ports(ports List<CheContainerPort>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type CheServiceSpec to ChePlugin in method public containers(containers List<CheContainer>) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Return Type Server to ChePluginEndpoint in method public name(name String) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Return Type CheService to ChePlugin in method private testPluginWithEnv(envVarName String, envVarValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Return Type CheServiceParameter to ChePluginParameter in method public value(value String) : ChePluginParameter in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginParameter |
From |
To |
|
Change Return Type Container to CheContainer in method public volumes(volumes List<Volume>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type CheService to ChePlugin in method private expectedPluginWithEnv(envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Return Type void to ChePluginEndpoint in method public targetPort(targetPort int) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Return Type Container to CheContainer in method public env(env List<EnvVar>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type CheServiceParameter to ChePluginParameter in method public name(name String) : ChePluginParameter in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginParameter |
From |
To |
|
Change Return Type List<Server> to List<CheContainerPort> in method public getPorts() : List<CheContainerPort> in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type List<Container> to List<CheContainer> in method public getContainers() : List<CheContainer> in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Return Type Collection<CheService> to Collection<ChePlugin> in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Return Type List<CheServiceReference> to List<ChePluginReference> in method public getServices() : List<ChePluginReference> in class org.eclipse.che.api.workspace.server.wsnext.model.CheFeatureSpec |
From |
To |
|
Change Return Type Collection<CheService> to Collection<ChePlugin> in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Return Type CheService to ChePlugin in method private expectedPluginWithEnv(envName String, envValue String, envName2 String, envValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Return Type CheService to ChePlugin in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Return Type CheServiceSpec to ChePlugin in method public version(version String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Return Type Container to CheContainer in method public image(image String) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type Collection<CheService> to Collection<ChePlugin> in method public get(attributes Map<String,String>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Return Type List<CheServiceParameter> to List<ChePluginParameter> in method public getParameters() : List<ChePluginParameter> in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Return Type Server to ChePluginEndpoint in method public attributes(attributes Map<String,String>) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Return Type CheServiceReference to ChePluginReference in method public parameters(parameters List<ChePluginParameter>) : ChePluginReference in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Return Type Container to CheContainer in method public commands(commands List<Command>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Return Type CheServiceReference to ChePluginReference in method public name(name String) : ChePluginReference in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Return Type CheService to ChePlugin in method private expectedPluginWithSpecifiedPluginAndEnv(pluginName String, pluginVersion String, envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Return Type CheServiceReference to ChePluginReference in method public version(version String) : ChePluginReference in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Return Type CheService to CheContainer in method private createContainer() : CheContainer in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Change Return Type CheService to ChePlugin in method private testPluginWithSpecifiedPluginAndEnv(pluginName String, pluginVersion String, envVarName String, envVarValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Return Type CheService to ChePlugin in method private testPlugin(envVarName String, envVarValue String, envVarName2 String, envVarValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private validateFeature(feature CheFeature, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenAttributesAreEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to cheContainer : CheContainer in method private createContainer() : CheContainer in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service1 : CheService to plugin1 : ChePlugin in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type container : Container to container : CheContainer in method private testPluginWithEnv(envVarName String, envVarValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service2 : CheService to plugin2 : ChePlugin in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type expectedService : CheService to expectedPlugin : ChePlugin in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type container : Container to container : CheContainer in method private testPlugin(envVarName String, envVarValue String, envVarName2 String, envVarValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenFeatureApiIsNotSet() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type theiaServiceReference : CheServiceReference to theiaPluginReference : ChePluginReference in method private testFeature() : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public testFeaturesWithParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenAttributesAreNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithDifferentPluginsAndDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type server : Server to that : ChePluginEndpoint in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Change Variable Type container : Container to container : CheContainer in method private validatePlugin(plugin ChePlugin, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type expectedServiceSpec : CheServiceSpec to expectedPlugin : ChePlugin in method private expectedPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenFeaturesAttributeIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type cheService : CheService to chePlugin : ChePlugin in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Change Variable Type cheServiceParameter : CheServiceParameter to chePluginParameter : ChePluginParameter in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method private applyWorkspaceNext(internalEnvironment InternalEnvironment, workspaceAttributes Map<String,String>, recipeType String) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginNameIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type actualService : CheService to actualPlugin : ChePlugin in method public testFeaturesWithTheSamePluginsAndTheSameParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method private toPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type cheServiceParameter : CheServiceParameter to cheServiceParameter : ChePluginParameter in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginParameter |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method private expectedPluginWithEnv(envName String, envValue String, envName2 String, envValue2 String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type cheServiceReference : CheServiceReference to chePluginReference : ChePluginReference in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginReference |
From |
To |
|
Change Variable Type cheServiceSpec : CheServiceSpec to chePlugin : ChePlugin in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin |
From |
To |
|
Change Variable Type expectedContainer : Container to expectedContainer : CheContainer in method private expectedPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service1 : CheService to plugin1 : ChePlugin in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithoutParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public testFeaturesWithoutParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method private expectedPluginWithEnv(envName String, envValue String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginNameIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type cheContainer : Container to cheContainer : CheContainer in method private createContainer() : CheContainer in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest |
From |
To |
|
Change Variable Type theiaServiceReference : CheServiceReference to theiaPluginReference : ChePluginReference in method private testFeature(pluginName String, pluginVersion String, paramName String, paramValue String) : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public doesNothingWhenThereIsNoFeaturesAttribute() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type container : Container to that : CheContainer in method public equals(o Object) : boolean in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Change Variable Type services : Map<String,CheService> to plugins : Map<String,ChePlugin> in method private getPlugins(features Collection<CheFeature>) : Collection<ChePlugin> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public testFeaturesWithTheSamePluginsButDifferentParameters() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginVersionIsNull() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service2 : CheService to plugin2 : ChePlugin in method public testFeaturesWithDifferentPluginsButTheSameParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type serviceReference : CheServiceReference to pluginReference : ChePluginReference in method private getPluginsParameters(features Collection<CheFeature>) : Map<String,List<String>> in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public throwExceptionIfPluginVersionIsEmpty() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type services : Collection<CheService> to plugins : Collection<ChePlugin> in method public testFeaturesWithParameter() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type service : CheService to plugin : ChePlugin in method public throwExceptionIfValueForPluginParameterNotFound() : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Change Variable Type container : Container to container : CheContainer in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Rename Parameter service : CheService to plugin : ChePlugin in method private validatePlugin(plugin ChePlugin, name String, version String) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Parameter serviceVersion : String to pluginVersion : String in method private testFeature(pluginName String, pluginVersion String, paramName String, paramValue String) : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Parameter servers : List<Server> to ports : List<CheContainerPort> in method public ports(ports List<CheContainerPort>) : CheContainer in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Parameter currentNumberOfSequentialSuccessfullPings : int to currentNumberOfSequentialSuccessfulPings : int in method public ServerCheckingTask(currentNumberOfSequentialSuccessfulPings int) in class org.eclipse.che.api.workspace.server.hc.ServerChecker.ServerCheckingTask |
From |
To |
|
Rename Parameter servers : List<Server> to endpoints : List<ChePluginEndpoint> in method private addMachine(kubernetesEnvironment KubernetesEnvironment, machineName String, endpoints List<ChePluginEndpoint>, volumes List<Volume>) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Rename Parameter servers : List<Server> to ports : List<CheContainerPort> in method public setPorts(ports List<CheContainerPort>) : void in class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer |
From |
To |
|
Rename Parameter serviceName : String to pluginName : String in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Parameter serviceVersion : String to pluginVersion : String in method private getPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetriever |
From |
To |
|
Rename Parameter cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextApplier |
From |
To |
|
Rename Parameter port : Integer to targetPort : int in method public targetPort(targetPort int) : ChePluginEndpoint in class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint |
From |
To |
|
Rename Parameter testService : String to testPlugin : String in method private getPluginURI(testPlugin String, testPluginVersion String) : URI in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Parameter testServiceVersion : String to testPluginVersion : String in method private getPluginURI(testPlugin String, testPluginVersion String) : URI in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Parameter cheServices : Collection<CheService> to chePlugins : Collection<ChePlugin> in method public apply(internalEnvironment InternalEnvironment, chePlugins Collection<ChePlugin>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplier |
From |
To |
|
Rename Parameter serviceVersion : String to pluginVersion : String in method private expectedPlugin(pluginName String, pluginVersion String) : ChePlugin in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |
|
Rename Parameter serviceName : String to pluginName : String in method private testFeature(pluginName String, pluginVersion String, paramName String, paramValue String) : CheFeature in class org.eclipse.che.api.workspace.server.wsnext.WorkspaceNextObjectsRetrieverTest |
From |
To |