dc3f3f8d450419efa26289d467cddc13ae046d36
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type function : Function<FluentList<E>,R> to function : Function<T,R> in method public noHook(function Function<T,R>) : R in class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Change Parameter Type function : Function<FluentWebElement,R> to function : Function<T,R> in method public noHook(function Function<T,R>) : R in class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Move Method | 2 | ||
Move Method public noHook(function Function<FluentWebElement,R>) : R from class org.fluentlenium.core.domain.FluentWebElement to public noHook(function Function<T,R>) : R from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Move Method public noHook(function Function<FluentList<E>,R>) : R from class org.fluentlenium.core.domain.FluentListImpl to public noHook(function Function<T,R>) : R from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type FluentLabel<FluentListImpl<E>> to FluentLabel<FluentList<E>> in method private getLabel() : FluentLabel<FluentList<E>> in class org.fluentlenium.core.domain.FluentListImpl | From | To | |
Move Attribute | 4 | ||
Move Attribute private hookDefinitions : List<HookDefinition<?>> from class org.fluentlenium.core.domain.FluentListImpl to private hookDefinitions : List<HookDefinition<?>> from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Move Attribute private hookChainBuilder : HookChainBuilder from class org.fluentlenium.core.domain.FluentListImpl to private hookChainBuilder : HookChainBuilder from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Move Attribute private hookChainBuilder : HookChainBuilder from class org.fluentlenium.core.domain.FluentWebElement to private hookChainBuilder : HookChainBuilder from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Move Attribute private hookDefinitions : List<HookDefinition<?>> from class org.fluentlenium.core.domain.FluentWebElement to private hookDefinitions : List<HookDefinition<?>> from class org.fluentlenium.core.hook.HookControlImpl | From | To | |
Extract Class | 2 | ||
Extract Class org.fluentlenium.core.hook.HookControlImpl from class org.fluentlenium.core.domain.FluentListImpl | From | To | |
Extract Class org.fluentlenium.core.hook.HookControlImpl from class org.fluentlenium.core.domain.FluentWebElement | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type label : FluentLabelImpl<FluentListImpl<E>> to label : FluentLabelImpl<FluentList<E>> in class org.fluentlenium.core.domain.FluentListImpl | From | To |