d7dd7934256248b00f5ab6b8c44677092d09e4a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public waitWorkspaceIsCreatedDialogIsVisible() : void renamed to public waitWorkspaceCreatedDialogIsVisible() : void in class org.eclipse.che.selenium.pageobject.dashboard.NewWorkspace | From | To | |
Rename Variable | 1 | ||
Rename Variable s : String to amountOfRam : String in method public getRAM(machineName String) : double in class org.eclipse.che.selenium.pageobject.dashboard.NewWorkspace | From | To | |
Extract Method | 1 | ||
Extract Method public waitVisibilityAndGetAttribute(elementLocator By, attribute String, timeout int) : String extracted from public waitVisibilityAndGetAttribute(elementLocator By, attribute String) : String in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper | From | To |