cbf9d71cbc5443762bbf73398a645072b6b7dbab
Files Diff
- Added: 12
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private persistScreenshot(fileName String, screenshot byte[]) : void from class org.fluentlenium.core.FluentDriver to public persistScreenshot(fileName String) : void from class org.fluentlenium.core.FluentDriverScreenshotPersister | From | To | |
Move Method private prepareScreenshot() : byte[] from class org.fluentlenium.core.FluentDriver to private prepareScreenshot() : byte[] from class org.fluentlenium.core.FluentDriverScreenshotPersister | From | To | |
Extract Class | 1 | ||
Extract Class org.fluentlenium.core.FluentDriverScreenshotPersister from class org.fluentlenium.core.FluentDriver | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getWrappedElement(element WebElement) : WebElement extracted from private unwrapElement(element WebElement) : WebElement in class org.fluentlenium.core.components.ComponentsManager & moved to class org.fluentlenium.core.domain.ElementUtils | From | To | |
Extract And Move Method public getWrappedElement(element WebElement) : WebElement extracted from public switchTo(element FluentWebElement) : void in class org.fluentlenium.core.FluentDriver & moved to class org.fluentlenium.core.domain.ElementUtils | From | To |