9829f0069c958bb9bbda96260e6884679f8cb672
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getComponent(element WebElement) : Object renamed to public getComponents(element WebElement) : Set<Object> in class org.fluentlenium.core.components.ComponentsManager | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type componentAccessor : ComponentAccessor to componentsAccessor : ComponentsAccessor in method public AnnotationsComponentListener(componentsAccessor ComponentsAccessor) in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Rename Variable | 3 | ||
Rename Variable component : Object to proxyComponents : Set<Object> in method public proxyElementFound(proxy Object, locator ElementLocator, elements List<WebElement>) : void in class org.fluentlenium.core.components.ComponentsManager | From | To | |
Rename Variable component : Object to components : Set<Object> in method protected defaultHandler(annotation Class<? extends Annotation>, element WebElement, driver WebDriver) : void in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Rename Variable component : Object to components : Set<Object> in method protected findByHandler(annotation Class<? extends Annotation>, by By, element WebElement, driver WebDriver) : void in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to Set<Object> in method public getComponents(element WebElement) : Set<Object> in class org.fluentlenium.core.components.ComponentsManager | From | To | |
Change Return Type Object to Set<Object> in method public getComponents(element WebElement) : Set<Object> in class org.fluentlenium.core.components.ComponentsAccessor | From | To | |
Rename Class | 1 | ||
Rename Class org.fluentlenium.core.components.ComponentAccessor renamed to org.fluentlenium.core.components.ComponentsAccessor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute componentAccessor : ComponentAccessor to componentsAccessor : ComponentsAccessor in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Change Variable Type | 3 | ||
Change Variable Type component : Object to components : Set<Object> in method protected findByHandler(annotation Class<? extends Annotation>, by By, element WebElement, driver WebDriver) : void in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Change Variable Type component : Object to proxyComponents : Set<Object> in method public proxyElementFound(proxy Object, locator ElementLocator, elements List<WebElement>) : void in class org.fluentlenium.core.components.ComponentsManager | From | To | |
Change Variable Type component : Object to components : Set<Object> in method protected defaultHandler(annotation Class<? extends Annotation>, element WebElement, driver WebDriver) : void in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Inline Variable | 1 | ||
Inline Variable webElement : WebElement in method public as(componentClass Class<T>) : T from class org.fluentlenium.core.domain.FluentWebElement | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type componentAccessor : ComponentAccessor to componentsAccessor : ComponentsAccessor in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To | |
Change Attribute Type components : Map<WebElement,Object> to components : Map<WebElement,Set<Object>> in class org.fluentlenium.core.components.ComponentsManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter componentAccessor : ComponentAccessor to componentsAccessor : ComponentsAccessor in method public AnnotationsComponentListener(componentsAccessor ComponentsAccessor) in class org.fluentlenium.core.events.AnnotationsComponentListener | From | To |