f7f0c860b402b257e6a9c87db4f87be164d21545
Files Diff
- Added: 10
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public copy(containerId String, pathInsideContainer Path, copyTo Path) : void renamed to public copyFromContainer(containerId String, pathInsideContainer Path, pathOnHost Path) : void in class org.eclipse.che.selenium.core.utils.DockerUtil | From | To | |
| Move Method | 1 | ||
| Move Method public getGridNodeContainerId(sessionId String) : String from class org.eclipse.che.selenium.core.webdriver.DownloadedIntoGridFileUtilImpl to public getGridNodeContainerId() : String from class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private dockerUtil : DockerUtil from class org.eclipse.che.selenium.core.webdriver.DownloadedIntoGridFileUtilImpl to private dockerUtil : DockerUtil from class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Move Attribute private dockerUtil : DockerUtil from class org.eclipse.che.selenium.core.webdriver.DownloadedIntoGridFileUtilImpl to private dockerUtil : DockerUtil from class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Move Attribute private httpJsonRequestFactory : HttpJsonRequestFactory from class org.eclipse.che.selenium.core.webdriver.DownloadedIntoGridFileUtilImpl to private httpJsonRequestFactory : HttpJsonRequestFactory from class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Move Attribute private httpJsonRequestFactory : HttpJsonRequestFactory from class org.eclipse.che.selenium.core.webdriver.DownloadedIntoGridFileUtilImpl to private httpJsonRequestFactory : HttpJsonRequestFactory from class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute webDriverVersion : String to httpJsonRequestFactory : HttpJsonRequestFactory in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Rename Attribute downloadDirectory : String to dockerUtil : DockerUtil in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Rename Attribute webDriverVersion : String to webDriverPort : String in class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Rename Attribute downloadDirectory : String to httpJsonRequestFactory : HttpJsonRequestFactory in class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Extract Method | 2 | ||
| Extract Method private configureTestExecutionModeRelatedDependencies() : void extracted from public configure() : void in class org.eclipse.che.selenium.core.CheSeleniumSuiteModule | From | To | |
| Extract Method private configureInfrastructureRelatedDependencies() : void extracted from public configure() : void in class org.eclipse.che.selenium.core.CheSeleniumSuiteModule | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type webDriverVersion : String to httpJsonRequestFactory : HttpJsonRequestFactory in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Change Attribute Type downloadDirectory : String to dockerUtil : DockerUtil in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverFactory | From | To | |
| Change Attribute Type downloadDirectory : String to httpJsonRequestFactory : HttpJsonRequestFactory in class org.eclipse.che.selenium.core.SeleniumWebDriver | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter copyTo : Path to pathOnHost : Path in method public copyFromContainer(containerId String, pathInsideContainer Path, pathOnHost Path) : void in class org.eclipse.che.selenium.core.utils.DockerUtil | From | To |