8ad924f93a682ecfe051b09fd15bf82f507d1a66
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testel() : void renamed to public testEl() : void in class org.fluentlenium.core.domain.FluentWebElementTest | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public getHookElement() : WebElement moved from class org.fluentlenium.core.proxy.AbstractLocatorHandler to class org.fluentlenium.core.proxy.ComponentHandler & inlined to public getInvocationTarget(method Method) : WebElement | From | To | |
| Rename Variable | 1 | ||
| Rename Variable hookElement : WebElement to hookElements : List<WebElement> in method public testHooksOnElementList() : void in class org.fluentlenium.core.proxy.ProxyHookTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type hookElement : WebElement to hookElements : List<WebElement> in method public testHooksOnElementList() : void in class org.fluentlenium.core.proxy.ProxyHookTest | From | To |