0cee79138346aaf4b71a0f895d43e2afde1d6b74
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public bootstrap() : void from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to public bootstrap() : void from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type bootstrapperFactory : BootstrapperFactory to bootstrapperFactory : DockerBootstrapperFactory in method public DockerInternalRuntime(context DockerRuntimeContext, devMachineName String, orderedContainers List<String>, dockerEnvironment DockerEnvironment, identity RuntimeIdentity, urlRewriter URLRewriter, dockerNetworkLifecycle NetworkLifecycle, containerStarter DockerMachineStarter, snapshotDao SnapshotDao, dockerRegistryClient DockerRegistryClient, eventService EventService, bootstrapperFactory DockerBootstrapperFactory, serverCheckerFactory ServerCheckerFactory) in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Pull Up Attribute | 7 | ||
Pull Up Attribute private outputEndpoint : String from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private outputEndpoint : String from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private bootstrappingTimeoutMinutes : int from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private bootstrappingTimeoutMinutes : int from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private installerEndpoint : String from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private installerEndpoint : String from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private ENDPOINT_IDS : AtomicInteger from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private ENDPOINT_IDS : AtomicInteger from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private finishEventFuture : CompletableFuture<BootstrapperStatusEvent> from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private finishEventFuture : CompletableFuture<BootstrapperStatusEvent> from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private bootstrapperStatusListener : EventSubscriber<BootstrapperStatusEvent> from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private bootstrapperStatusListener : EventSubscriber<BootstrapperStatusEvent> from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Pull Up Attribute private eventService : EventService from class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper to private eventService : EventService from class org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper moved and renamed to org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Move And Rename Class org.eclipse.che.workspace.infrastructure.docker.BootstrapperFactory moved and renamed to org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapperFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.che.api.workspace.server.bootstrap.AbstractBootstrapper from classes [org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute agents : List<InstallerImpl> to installers : List<InstallerImpl> in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bootstrapperFactory : BootstrapperFactory to bootstrapperFactory : DockerBootstrapperFactory in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Rename Parameter | 1 | ||
Rename Parameter agents : List<InstallerImpl> to installers : List<InstallerImpl> in method public DockerBootstrapper(machineName String, runtimeIdentity RuntimeIdentity, dockerMachine DockerMachine, installers List<InstallerImpl>, eventService EventService, websocketBaseEndpoint String, bootstrappingTimeoutMinutes int, installerTimeoutSeconds int, serverCheckPeriodSeconds int) in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To |