|
Rename Method public shouldNonProvisionDefaultPluginIfDevfileAlreadyContainsSuchButWithDifferentVersion() : void renamed to public shouldNotProvisionDefaultPluginIfDevfileAlreadyContainsSuchButWithDifferentVersion() : void in class org.eclipse.che.api.devfile.server.convert.DefaultEditorProvisionerTest |
From |
To |
|
Rename Method public shouldThrowExceptionOnValidationNonValidDevfile(resourceFilePath String, expectedMessageRegexp String) : void renamed to public shouldThrowExceptionOnValidationOfNonValidDevfile(resourceFilePath String, expectedMessageRegexp String) : void in class org.eclipse.che.api.devfile.server.validator.DevfileSchemaValidatorTest |
From |
To |
|
Rename Method private extractPluginIdToComponentName(wsConfig WorkspaceConfigImpl) : Map<String,String> renamed to private extractPluginIdToComponentAlias(wsConfig WorkspaceConfigImpl) : Map<String,String> in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisioner |
From |
To |
|
Rename Method public shouldUsePluginIdAsComponentNameIfAliasIsMissingDuringProvisioningChePluginComponent() : void renamed to public shouldSetAliasOnComponentIfAliasIsMissingInWorkspaceConfig() : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisionerTest |
From |
To |
|
Rename Method public getName() : String renamed to public getAlias() : String in class org.eclipse.che.api.core.model.workspace.devfile.Component |
From |
To |
|
Rename Method public shouldNotThrowExceptionOnValidationValidDevfile(resourceFilePath String) : void renamed to public shouldNotThrowExceptionOnValidationOfValidDevfile(resourceFilePath String) : void in class org.eclipse.che.api.devfile.server.validator.DevfileSchemaValidatorTest |
From |
To |
|
Rename Method public setName(name String) : void renamed to public setAlias(alias String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.ComponentImpl |
From |
To |
|
Rename Method public getName() : String renamed to public getAlias() : String in class org.eclipse.che.api.workspace.server.model.impl.devfile.ComponentImpl |
From |
To |
|
Rename Variable componentNames : Set<String> to knownAliases : Set<String> in method public validateDevfile(devfile Devfile) : void in class org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidator |
From |
To |
|
Rename Variable pluginIdToComponentName : Map<String,String> to pluginIdToComponentAlias : Map<String,String> in method public provision(devfile DevfileImpl, workspaceConfig WorkspaceConfigImpl) : void in class org.eclipse.che.api.devfile.server.convert.component.plugin.PluginProvisioner |
From |
To |
|
Rename Variable editorComponentName : String to editorComponentAlias : String in method public apply(workspaceConfig WorkspaceConfigImpl, editorComponent Component, contentProvider FileContentProvider) : void in class org.eclipse.che.api.devfile.server.convert.component.editor.EditorComponentToWorkspaceApplier |
From |
To |
|
Rename Variable existingNames : Set<String> to definedAliases : Set<String> in method private validateComponents(devfile Devfile) : Set<String> in class org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidator |
From |
To |
|
Rename Parameter name : String to alias : String in method public setAlias(alias String) : void in class org.eclipse.che.api.workspace.server.model.impl.devfile.ComponentImpl |
From |
To |
|
Rename Parameter name : String to alias : String in method public ComponentImpl(type String, alias String, image String, memoryLimit String, mountSources boolean, command List<String>, args List<String>, volumes List<? extends Volume>, env List<? extends Env>, endpoints List<? extends Endpoint>) in class org.eclipse.che.api.workspace.server.model.impl.devfile.ComponentImpl |
From |
To |
|
Rename Parameter componentNames : Set<String> to knownAliases : Set<String> in method private validateCommands(devfile Devfile, knownAliases Set<String>) : void in class org.eclipse.che.api.devfile.server.validator.DevfileIntegrityValidator |
From |
To |
|
Rename Parameter name : String to alias : String in method public ComponentImpl(type String, alias String, id String, reference String, referenceContent String, entrypoints List<? extends Entrypoint>, image String, memoryLimit String, mountSources boolean, command List<String>, args List<String>, volumes List<? extends Volume>, env List<? extends Env>, endpoints List<? extends Endpoint>) in class org.eclipse.che.api.workspace.server.model.impl.devfile.ComponentImpl |
From |
To |