|
Rename Method private getPlugin(pluginName String, pluginVersion String) : ChePlugin renamed to private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Method private validatePlugin(plugin ChePlugin, name String, version String) : void renamed to private validateMeta(meta PluginMeta, id String, version String) : void in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Method private parseFeatures(features String[]) : Collection<Pair<String,String>> renamed to private parseIdsVersions(idsVersions String...) : Collection<Pair<String,String>> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable featureAndVersion : String[] to idVersion : String[] in method private parseIdsVersions(idsVersions String...) : Collection<Pair<String,String>> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable features : String[] to plugins : String[] in method public get(attributes Map<String,String>) : Collection<PluginMeta> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable plugin : ChePlugin to meta : PluginMeta in method private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable featuresNameVersion : Map<String,Pair<String,String>> to collectedIdVersion : Map<String,Pair<String,String>> in method private parseIdsVersions(idsVersions String...) : Collection<Pair<String,String>> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable feature : String to plugin : String in method private parseIdsVersions(idsVersions String...) : Collection<Pair<String,String>> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable features : List<CheFeature> to metasIdsVersions : ArrayList<Pair<String,String>> in method public get(attributes Map<String,String>) : Collection<PluginMeta> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable wsNext : MapBinder<String,WorkspaceNextApplier> to chePluginsAppliers : MapBinder<String,ChePluginsApplier> in method protected configure() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInfraModule |
From |
To |
|
Rename Variable featuresAttribute : String to editorAttribute : String in method public get(attributes Map<String,String>) : Collection<PluginMeta> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable getPluginURI : URI to metaURI : URI in method private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Variable wsNext : MapBinder<String,WorkspaceNextApplier> to pluginsAppliers : MapBinder<String,ChePluginsApplier> in method protected configure() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInfraModule |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.CheContainer moved to org.eclipse.che.api.workspace.server.wsplugins.model.CheContainer |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.PluginBase moved to org.eclipse.che.api.workspace.server.wsplugins.model.PluginBase |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.ChePlugin moved to org.eclipse.che.api.workspace.server.wsplugins.model.ChePlugin |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.Volume moved to org.eclipse.che.api.workspace.server.wsplugins.model.Volume |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.ChePluginEndpoint moved to org.eclipse.che.api.workspace.server.wsplugins.model.ChePluginEndpoint |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.CheContainerPort moved to org.eclipse.che.api.workspace.server.wsplugins.model.CheContainerPort |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.EnvVar moved to org.eclipse.che.api.workspace.server.wsplugins.model.EnvVar |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.Command moved to org.eclipse.che.api.workspace.server.wsplugins.model.Command |
From |
To |
|
Move Class org.eclipse.che.api.workspace.server.wsnext.model.CheEditor moved to org.eclipse.che.api.workspace.server.wsplugins.model.CheEditor |
From |
To |
|
Change Variable Type features : List<CheFeature> to metasIdsVersions : ArrayList<Pair<String,String>> in method public get(attributes Map<String,String>) : Collection<PluginMeta> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Change Variable Type wsNext : MapBinder<String,WorkspaceNextApplier> to chePluginsAppliers : MapBinder<String,ChePluginsApplier> in method protected configure() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesInfraModule |
From |
To |
|
Change Variable Type plugin : ChePlugin to meta : PluginMeta in method private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Change Variable Type wsNext : MapBinder<String,WorkspaceNextApplier> to pluginsAppliers : MapBinder<String,ChePluginsApplier> in method protected configure() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInfraModule |
From |
To |
|
Rename Parameter pluginVersion : String to version : String in method private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Parameter features : String[] to idsVersions : String... in method private parseIdsVersions(idsVersions String...) : Collection<Pair<String,String>> in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Parameter pluginName : String to id : String in method private getMeta(id String, version String) : PluginMeta in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Parameter name : String to id : String in method private validateMeta(meta PluginMeta, id String, version String) : void in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Parameter featureApi : String to pluginRegistry : String in method public PluginMetaRetriever(pluginRegistry String) in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |
|
Rename Parameter plugin : ChePlugin to meta : PluginMeta in method private validateMeta(meta PluginMeta, id String, version String) : void in class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever |
From |
To |