0adb36088392646caf474608d26deee04a6c36ef
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get(attributes Map<String,String>) : Collection<PluginMeta> renamed to public parsePlugins(attributes Map<String,String>) : Collection<PluginFQN> in class org.eclipse.che.api.workspace.server.wsplugins.PluginFQNParser | From | To | |
Change Parameter Type | 6 | ||
Change Parameter Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public apply(workspaceEnvironment E, runtimeID RuntimeIdentity, pluginFQNs Collection<PluginFQN>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.KubernetesBrokerInitContainerApplier | From | To | |
Change Parameter Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public create(pluginFQNs Collection<PluginFQN>, runtimeID RuntimeIdentity) : E in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To | |
Change Parameter Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method private createBrokerConfig(runtimeId RuntimeIdentity, pluginFQNs Collection<PluginFQN>, envVars List<EnvVar>, image String, pod Pod) : BrokerConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To | |
Change Parameter Type pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in method public SidecarToolingProvisioner(workspaceNextAppliers Map<String,ChePluginsApplier>, brokerApplier KubernetesBrokerInitContainerApplier<E>, pluginFQNParser PluginFQNParser, pluginBrokerManager PluginBrokerManager<E>) in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Change Parameter Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public getTooling(runtimeID RuntimeIdentity, startSynchronizer StartSynchronizer, pluginFQNs Collection<PluginFQN>, isEphemeral boolean) : List<ChePlugin> in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.PluginBrokerManager | From | To | |
Change Parameter Type pluginsMetas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method private newConfigMap(configMapName String, pluginFQNs Collection<PluginFQN>) : ConfigMap in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To | |
Rename Variable | 4 | ||
Rename Variable pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public provision(id RuntimeIdentity, startSynchronizer StartSynchronizer, environment E) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Rename Variable metas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public shouldNameContainersAfterPluginBrokerImage() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactoryTest | From | To | |
Rename Variable metas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public testInitBrokerContainer() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactoryTest | From | To | |
Rename Variable idVersion : String[] to idAndVersion : String[] in method private parsePluginFQNs(plugins String...) : Collection<PluginFQN> in class org.eclipse.che.api.workspace.server.wsplugins.PluginFQNParser | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<PluginMeta> to Collection<PluginFQN> in method public parsePlugins(attributes Map<String,String>) : Collection<PluginFQN> in class org.eclipse.che.api.workspace.server.wsplugins.PluginFQNParser | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever renamed to org.eclipse.che.api.workspace.server.wsplugins.PluginFQNParser | From | To | |
Rename Attribute | 3 | ||
Rename Attribute pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesBrokerInitContainerApplierTest | From | To | |
Rename Attribute pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Rename Attribute pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in class org.eclipse.che.workspace.infrastructure.kubernetes.SidecarToolingProvisionerTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type metas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public shouldNameContainersAfterPluginBrokerImage() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactoryTest | From | To | |
Change Variable Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public provision(id RuntimeIdentity, startSynchronizer StartSynchronizer, environment E) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Change Variable Type metas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public testInitBrokerContainer() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactoryTest | From | To | |
Inline Variable | 1 | ||
Inline Variable pluginsFQNs : Collection<PluginFQN> in method public get(attributes Map<String,String>) : Collection<PluginMeta> from class org.eclipse.che.api.workspace.server.wsplugins.PluginMetaRetriever | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Change Attribute Type pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in class org.eclipse.che.workspace.infrastructure.kubernetes.SidecarToolingProvisionerTest | From | To | |
Change Attribute Type pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesBrokerInitContainerApplierTest | From | To | |
Rename Parameter | 6 | ||
Rename Parameter pluginMetaRetriever : PluginMetaRetriever to pluginFQNParser : PluginFQNParser in method public SidecarToolingProvisioner(workspaceNextAppliers Map<String,ChePluginsApplier>, brokerApplier KubernetesBrokerInitContainerApplier<E>, pluginFQNParser PluginFQNParser, pluginBrokerManager PluginBrokerManager<E>) in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.SidecarToolingProvisioner | From | To | |
Rename Parameter pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public getTooling(runtimeID RuntimeIdentity, startSynchronizer StartSynchronizer, pluginFQNs Collection<PluginFQN>, isEphemeral boolean) : List<ChePlugin> in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.PluginBrokerManager | From | To | |
Rename Parameter pluginsMetas : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method private newConfigMap(configMapName String, pluginFQNs Collection<PluginFQN>) : ConfigMap in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To | |
Rename Parameter pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public create(pluginFQNs Collection<PluginFQN>, runtimeID RuntimeIdentity) : E in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To | |
Rename Parameter pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method public apply(workspaceEnvironment E, runtimeID RuntimeIdentity, pluginFQNs Collection<PluginFQN>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.KubernetesBrokerInitContainerApplier | From | To | |
Rename Parameter pluginsMeta : Collection<PluginMeta> to pluginFQNs : Collection<PluginFQN> in method private createBrokerConfig(runtimeId RuntimeIdentity, pluginFQNs Collection<PluginFQN>, envVars List<EnvVar>, image String, pod Pod) : BrokerConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.brokerphases.BrokerEnvironmentFactory | From | To |