39fa37f0d34d89da6113a3b0989bf4746de95e7f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testLinuxDefaultDockerHostWithoutBridge() : void renamed to public testLinuxDefaultDockerHostWithoutInterfaces() : void in class org.eclipse.che.plugin.docker.client.DockerConnectorConfigurationTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type entity : Entity to entity : Entity<?> in method protected request(method String, path String, query String, headers List<Pair<String,?>>, entity Entity<?>) : DockerResponse in class org.eclipse.che.plugin.docker.client.connection.TcpConnection | From | To | |
Change Parameter Type entity : Entity to entity : Entity<?> in method protected abstract request(method String, path String, query String, headers List<Pair<String,?>>, entity Entity<?>) : DockerResponse in class org.eclipse.che.plugin.docker.client.connection.DockerConnection | From | To | |
Change Parameter Type entity : Entity to entity : Entity<?> in method protected request(method String, path String, query String, headers List<Pair<String,?>>, entity Entity<?>) : DockerResponse in class org.eclipse.che.plugin.docker.client.connection.UnixSocketConnection | From | To | |
Rename Variable | 6 | ||
Rename Variable inetAddress : InetAddress to docker0InetAddress : InetAddress in method public testLinuxDefaultDockerHostWithBrige() : void in class org.eclipse.che.plugin.docker.client.DockerConnectorConfigurationTest | From | To | |
Rename Variable myCustomIpAddress : String to docker0IpAddress : String in method public testLinuxDefaultDockerHostWithBrige() : void in class org.eclipse.che.plugin.docker.client.DockerConnectorConfigurationTest | From | To | |
Rename Variable dockerHost : String to cheHostAlias : String in method public DockerInstanceProvider(docker DockerConnector, dockerConnectorConfiguration DockerConnectorConfiguration, dockerCredentials UserSpecificDockerRegistryCredentialsProvider, dockerMachineFactory DockerMachineFactory, dockerInstanceStopDetector DockerInstanceStopDetector, containerNameGenerator DockerContainerNameGenerator, recipeRetriever RecipeRetriever, devMachineServers Set<ServerConf>, allMachinesServers Set<ServerConf>, devMachineSystemVolumes Set<String>, allMachinesSystemVolumes Set<String>, allMachinesExtraHosts String, workspaceFolderPathProvider WorkspaceFolderPathProvider, projectFolderPath String, doForcePullOnBuild boolean, privilegeMode boolean, devMachineEnvVariables Set<String>, allMachinesEnvVariables Set<String>, snapshotUseRegistry boolean, memorySwapMultiplier double) in class org.eclipse.che.plugin.docker.machine.DockerInstanceProvider | From | To | |
Rename Variable debMachineEnvVars : Multibinder<String> to devMachineEnvVars : Multibinder<String> in method protected configure() : void in class org.eclipse.che.plugin.docker.machine.local.LocalDockerModule | From | To | |
Rename Variable dockerHostInetAddress : Optional<InetAddress> to dockerBridgeInetAddress : Optional<InetAddress> in method protected getDockerHostIp(isLinux boolean, env Map<String,String>) : String in class org.eclipse.che.plugin.docker.client.DockerConnectorConfiguration | From | To | |
Rename Variable debMachineEnvVars : Multibinder<String> to devMachineEnvVars : Multibinder<String> in method protected configure() : void in class org.eclipse.che.plugin.docker.machine.DockerMachineModule | From | To | |
Extract Variable | 1 | ||
Extract Variable cheHost : String in method public DockerInstanceProvider(docker DockerConnector, dockerConnectorConfiguration DockerConnectorConfiguration, dockerCredentials UserSpecificDockerRegistryCredentialsProvider, dockerMachineFactory DockerMachineFactory, dockerInstanceStopDetector DockerInstanceStopDetector, containerNameGenerator DockerContainerNameGenerator, recipeRetriever RecipeRetriever, devMachineServers Set<ServerConf>, allMachinesServers Set<ServerConf>, devMachineSystemVolumes Set<String>, allMachinesSystemVolumes Set<String>, allMachinesExtraHosts String, workspaceFolderPathProvider WorkspaceFolderPathProvider, projectFolderPath String, doForcePullOnBuild boolean, privilegeMode boolean, devMachineEnvVariables Set<String>, allMachinesEnvVariables Set<String>, snapshotUseRegistry boolean, memorySwapMultiplier double) from class org.eclipse.che.plugin.docker.machine.DockerInstanceProvider | From | To |