47da5d306328f93a0914d2d99f20c3d55145e438
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getAllMetodsWithDefinedStatus(definedMethod List<WebElement>) : List<String> renamed to private getNamesOfMethodsWithDefinedStatus(definedMethod String) : List<String> in class org.eclipse.che.selenium.pageobject.plugins.JavaTestRunnerPluginConsole | From | To | |
Rename Method public shouldExecuteAlltets() : void renamed to public shouldExecuteAlltests() : void in class org.eclipse.che.selenium.testrunner.JavaTestPluginTestNgTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type definedMethod : List<WebElement> to definedMethod : String in method private getNamesOfMethodsWithDefinedStatus(definedMethod String) : List<String> in class org.eclipse.che.selenium.pageobject.plugins.JavaTestRunnerPluginConsole | From | To | |
Inline Method | 1 | ||
Inline Method public getAllMethodsMarkedDefinedStatus(methodState JunitMethodsState) : List<WebElement> inlined to public selectMethodWithDefinedStatus(methodState JunitMethodsState, nameOfMethod String) : void in class org.eclipse.che.selenium.pageobject.plugins.JavaTestRunnerPluginConsole | From | To | |
Rename Parameter | 1 | ||
Rename Parameter state : JunitMethodsState to methodState : JunitMethodsState in method public selectMethodWithDefinedStatus(methodState JunitMethodsState, nameOfMethod String) : void in class org.eclipse.che.selenium.pageobject.plugins.JavaTestRunnerPluginConsole | From | To |