|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithVolumesIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsProvided() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldNonProvisionDefaultEditorIfDevfileAlreadyContainsSuchButWithDifferentVersion() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldThrowAnExceptionIfDevfileSpecVersionIsMissingDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithProjectVolumeIfSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertCommandsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type action : Action to action : ActionImpl in method public shouldNotSetWorkingDirAttributeIfItIsMissingInDevfileCommandDuringConvertingDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type devfileCommand : Command to devfileCommand : CommandImpl in method public shouldConvertWorkspaceCommandToDevfileCommand() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type workspaceCommand : CommandImpl to workspaceCommand : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method public shouldNotSetWorkingDirAttributeIfItIsMissingInDevfileCommandDuringConvertingDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithMemoryLimitSet() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfileCommand : Command to devfileCommand : CommandImpl in method public shouldConvertDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type editorOpt : Optional<Component> to editorOpt : Optional<ComponentImpl> in method public apply(devfile DevfileImpl) : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisioner |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentWhenDockerimageEnvironmentHasNoMachineConfiguration() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsProvided() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public apply(devfile DevfileImpl) : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisioner |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsSpecifiedButPathAndProtocolAreMissing() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldThrowAnExceptionIfTryToProvisionDockerimageComponentWhenDockerimageEnvironmentWithMultipleMachinesConfiguration() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type Component : Component to Component : ComponentImpl in method public shouldIncludeEntrypointPropertiesWhenSpecifiedInTheEnvironment() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type parsed : Devfile to parsed : DevfileImpl in method public testInitializingDevfileMapsAfterParsing() : void in class org.eclipse.che.api.devfile.server.DevfileManagerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldUseCurrentSpecVersionDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type parsed : Devfile to parsed : DevfileImpl in method public testValidateAndParse() : void in class org.eclipse.che.api.devfile.server.DevfileManagerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithProjectVolumeIfSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devFile : Devfile to devFile : DevfileImpl in method public shouldCreateDevFileFromWorkspace() : void in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method private newDevfile(name String) : DevfileImpl in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldIncludeEntrypointPropertiesWhenSpecifiedInTheEnvironment() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type captor : ArgumentCaptor<Devfile> to captor : ArgumentCaptor<DevfileImpl> in method public shouldAcceptDevFileContentAndCreateWorkspace() : void in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public createFromYaml(data String) : Response in class org.eclipse.che.api.devfile.server.DevfileService |
From |
To |
|
Change Variable Type editorComponent : Component to editorComponent : ComponentImpl in method public shouldProvisionCheEditorComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentProvisionerTest |
From |
To |
|
Change Variable Type defaultPlugin : Component to defaultPlugin : ComponentImpl in method public shouldGenerateDefaultPluginNameIfIdIsNotUnique() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public provision(devfile DevfileImpl, workspaceConfig WorkspaceConfigImpl) : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisioner |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithMemoryLimitSet() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type workspaceCommand : CommandImpl to workspaceCommand : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method public shouldThrowAnExceptionIfWorkspaceCommandDoesNotHaveComponentNameAttribute() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type endpoint : Endpoint to endpoint : EndpointImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsSpecifiedButPathAndProtocolAreMissing() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfileProject : Project to devfileProject : ProjectImpl in method public shouldConvertProjectsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type component : Component to component : ComponentImpl in method public shouldConvertComponentsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldUseWorkspaceConfigNameAsDevfileNameDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfileCommand : Command to devfileCommand : CommandImpl in method public shouldNotSetWorkingDirAttributeIfItIsMissingInDevfileCommandDuringConvertingDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionChePluginComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithEnvVarsIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldNotProvisionDefaultPluginsIfDevfileContainsEditorFreeAttribute() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldProvisionDefaultPluginsIfTheyAreNotSpecifiedAndDefaultEditorIsConfigured() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldInvokeDefaultEditorProvisionerDuringConvertingDevfileToWorkrspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type projectsVolume : VolumeImpl to projectsVolume : org.eclipse.che.api.workspace.server.model.impl.VolumeImpl in method public shouldProvisionMachineConfigWithMountSources() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertProjectsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type command : CommandImpl to command : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method private toWorkspaceCommand(devCommand Command, commandAction Action) : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in class org.eclipse.che.api.devfile.server.convert.CommandConverter |
From |
To |
|
Change Variable Type volume : Volume to volume : VolumeImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithVolumesIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldGenerateDefaultPluginNameIfIdIsNotUnique() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldThrowAnExceptionIfDevfileSpecVersionIsNotSupportedDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldUsePluginIdAsComponentNameIfAliasIsMissingDuringProvisioningChePluginComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertCommandsDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldProvisionDefaultEditorWithPluginsWhenDevfileDoNotHaveAny() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public checkWithCustomDevfileAndRecipe() : void in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilderTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldNotProvisionDefaultPluginsIfCustomEditorIsConfiguredWhichStartWithDefaultId() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentWhenDockerimageEnvironmentHasNoMachineConfiguration() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionPluginCommandAttributesDuringCheEditorComponentApplying() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionCheEditorComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithVolumesIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldThrowAnExceptionIfTryToProvisionDockerimageComponentWhenDockerimageEnvironmentWithMultipleMachinesConfiguration() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type customPluginComponent : Component to customPluginComponent : ComponentImpl in method public shouldProvisionChePluginComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionChePluginComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsSpecifiedButPathAndProtocolAreMissing() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type component : Component to component : ComponentImpl in method public testInitializingDevfileMapsAfterParsing() : void in class org.eclipse.che.api.devfile.server.DevfileManagerTest |
From |
To |
|
Change Variable Type env1Opt : Optional<Env> to env1Opt : Optional<EnvImpl> in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithEnvVarsIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type devfileCommand : Command to devfileCommand : CommandImpl in method public shouldConvertCommandsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldUseEditorIdAsComponentNameIfAliasIsMissingDuringEditorComponentProvisioning() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentProvisionerTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionPluginCommandAttributesDuringCheEditorComponentApplying() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldNonProvisionDefaultPluginIfDevfileAlreadyContainsSuchButWithDifferentVersion() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertComponentsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public createFactoryFromDevfile(remoteFactoryUrl RemoteFactoryUrl, fileContentProvider FileContentProvider) : Optional<FactoryDto> in class org.eclipse.che.api.factory.server.urlfactory.URLFactoryBuilder |
From |
To |
|
Change Variable Type devfileProject : Project to devfileProject : ProjectImpl in method public shouldConvertProjectsDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type command : Command to command : CommandImpl in method public testInitializingDevfileMapsAfterParsing() : void in class org.eclipse.che.api.devfile.server.DevfileManagerTest |
From |
To |
|
Change Variable Type endpoint : Endpoint to endpoint : EndpointImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithServerIsProvided() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type it : Iterator<Component> to it : Iterator<ComponentImpl> in method public shouldNotValidateContentReferencesOnNonKuberenetesComponents() : void in class org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidatorTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionPluginCommandAttributeWhenIdIsURLToCustomPluginRegistry() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertProjectsDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public parse(devfileContent String) : DevfileImpl in class org.eclipse.che.api.devfile.server.DevfileManager |
From |
To |
|
Change Variable Type devfileCommand : Command to devfileCommand : CommandImpl in method public shouldThrowAnExceptionIfDevfileCommandHasMultipleActions() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type editorComponent : Component to editorComponent : ComponentImpl in method public shouldProvisionWorkspaceEditorAttributeDuringCheEditorComponentApplying() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type dockerimageTool : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionServiceForDiscoverableServer() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldAcceptDevFileContentAndCreateWorkspace() : void in class org.eclipse.che.api.devfile.server.DevfileServiceTest |
From |
To |
|
Change Variable Type action : Action to action : ActionImpl in method public shouldConvertDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type volume : VolumeImpl to volume : org.eclipse.che.api.workspace.server.model.impl.VolumeImpl in method public shouldProvisionMachineConfigWithConfiguredVolumes() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldUseDevfileNameForWorkspaceNameDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldProvisionDefaultPluginIfDevfileAlreadyContainPluginWithNameWhichStartWithDefaultOne() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Change Variable Type customPluginComponent : Component to customPluginComponent : ComponentImpl in method public shouldProvisionPluginWorkspaceAttributeDuringCheEditorComponentApplying() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type action : Action to action : ActionImpl in method public shouldConvertWorkspaceCommandToDevfileCommand() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type workspaceCommand : CommandImpl to workspaceCommand : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method public shouldConvertCommandsDuringConvertingDevfileToWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionPluginCommandAttributeWhenIdIsURLToCustomPluginRegistry() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type workspaceCommand : CommandImpl to workspaceCommand : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method public shouldConvertWorkspaceCommandToDevfileCommand() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type dockerimageComponent : Component to dockerimageComponent : ComponentImpl in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithEnvVarsIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type editorComponent : Component to editorComponent : ComponentImpl in method public shouldUseEditorIdAsComponentNameIfAliasIsMissingDuringEditorComponentProvisioning() : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentProvisionerTest |
From |
To |
|
Change Variable Type workspaceCommand : CommandImpl to workspaceCommand : org.eclipse.che.api.workspace.server.model.impl.CommandImpl in method public shouldConvertDevfileCommandToWorkspaceCommands() : void in class org.eclipse.che.api.devfile.server.convert.CommandConverterTest |
From |
To |
|
Change Variable Type env2Opt : Optional<Env> to env2Opt : Optional<EnvImpl> in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithEnvVarsIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type ComponentEnv : List<Env> to ComponentEnv : List<EnvImpl> in method public shouldProvisionDockerimageComponentIfDockerimageEnvironmentWithMachineConfigurationWithEnvVarsIsSpecified() : void in class org.eclipse.che.api.devfile.server.convert.component.dockerimage.DockerimageComponentProvisionerTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldUsePluginIdAsComponentNameIfAliasIsMissingDuringProvisioningChePluginComponent() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Change Variable Type superPluginComponent : Component to superPluginComponent : ComponentImpl in method public shouldProvisionPluginWorkspaceAttributeDuringCheEditorComponentApplying() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginComponentToWorkspaceApplierTest |
From |
To |
|
Change Variable Type project : Project to project : ProjectImpl in method public devFileToWorkspaceConfig(devfile DevfileImpl, contentProvider FileContentProvider) : WorkspaceConfigImpl in class org.eclipse.che.api.devfile.server.convert.DevfileConverter |
From |
To |
|
Change Variable Type devfile : Devfile to devfile : DevfileImpl in method public shouldConvertComponentsDuringConvertingWorkspaceConfigToDevfile() : void in class org.eclipse.che.api.devfile.server.convert.DevfileConverterTest |
From |
To |
|
Change Variable Type components : List<Component> to components : List<ComponentImpl> in method public shouldNotProvisionDefaultEditorOrDefaultPluginsIfDevfileAlreadyHasNonDefaultEditor() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |