10ad928ef4a088baf494e31b2a8d959926a5eb39
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type brokerEnvironmentFactory : BrokerEnvironmentFactory<Environment> to brokerEnvironmentFactory : BrokerEnvironmentFactory<E> in method public KubernetesBrokerInitContainerApplier(brokerEnvironmentFactory BrokerEnvironmentFactory<E>) in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.KubernetesBrokerInitContainerApplier | From | To | |
Move Method | 3 | ||
Move Method public isEphemeral(workspace Workspace) : boolean from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceAdapter to public isEphemeral(workspace Workspace) : boolean from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceUtility | From | To | |
Move Method public isEphemeral(workspaceAttributes Map<String,String>) : boolean from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceAdapter to public isEphemeral(workspaceAttributes Map<String,String>) : boolean from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceUtility | From | To | |
Move Method public makeEphemeral(workspaceAttributes Map<String,String>) : void from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceAdapter to public makeEphemeral(workspaceAttributes Map<String,String>) : void from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceUtility | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceUtility from class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.EphemeralWorkspaceAdapter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type brokerEnvironment : Environment to brokerEnvironment : E in method public apply(workspaceEnvironment InternalEnvironment, runtimeID RuntimeIdentity, pluginsMeta Collection<PluginMeta>) : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.KubernetesBrokerInitContainerApplier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type brokerEnvironmentFactory : BrokerEnvironmentFactory<Environment> to brokerEnvironmentFactory : BrokerEnvironmentFactory<E> in class org.eclipse.che.workspace.infrastructure.kubernetes.wsplugins.KubernetesBrokerInitContainerApplier | From | To |