0f92112084364178029c9e27f9b84f2cc61a09e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public getAgentState(agentName String) : Boolean renamed to public getInstallerState(installerName String) : Boolean in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Method public switchAgentState(agentName String) : void renamed to public switchInstallerState(installerName String) : void in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Method public checkAgentDescription(agentName String) : String renamed to public checkInstallerDescription(installerName String) : String in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Method public workingWithAgents() : void renamed to public workingWithInstallers() : void in class org.eclipse.che.selenium.dashboard.WorkspaceDetailsTest | From | To | |
Rename Method public checkAgentExists(agentName String) : void renamed to public checkInstallerExists(installerName String) : void in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Attribute | 2 | ||
Rename Attribute agents : Map<String,Boolean> to installers : Map<String,Boolean> in class org.eclipse.che.selenium.dashboard.WorkspaceDetailsTest | From | To | |
Rename Attribute AGENTS : String to INSTALLERS : String in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace.TabNames | From | To | |
Rename Parameter | 4 | ||
Rename Parameter agentName : String to installerName : String in method public checkInstallerExists(installerName String) : void in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Parameter agentName : String to installerName : String in method public getInstallerState(installerName String) : Boolean in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Parameter agentName : String to installerName : String in method public switchInstallerState(installerName String) : void in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To | |
Rename Parameter agentName : String to installerName : String in method public checkInstallerDescription(installerName String) : String in class org.eclipse.che.selenium.pageobject.dashboard.DashboardWorkspace | From | To |