c59fa5d2b72fe1b95dfcfc32d434b87efb6b6481
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type list : FluentList<FluentWebElement> to list : FluentList<E> in method public AbstractFill(list FluentList<E>, filters Filter...) in class org.fluentlenium.core.action.AbstractFill | From | To | |
Change Parameter Type element : FluentWebElement to element : E in method public Fill(element E) in class org.fluentlenium.core.action.Fill | From | To | |
Change Parameter Type list : FluentList<FluentWebElement> to list : FluentList<E> in method public FillSelect(list FluentList<E>) in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Parameter Type list : FluentList<FluentWebElement> to list : FluentList<E> in method public Fill(list FluentList<E>) in class org.fluentlenium.core.action.Fill | From | To | |
Move Method | 1 | ||
Move Method public fillSelect(filters Filter...) : FillSelect from class org.fluentlenium.core.FluentDriver to public fillSelect() : FillSelect from class org.fluentlenium.core.domain.FluentListImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable elements : FluentListImpl<FluentWebElement> to list : FluentListImpl<FluentWebElement> in method public testFillCss() : void in class org.fluentlenium.core.action.FillSelectTest | From | To | |
Change Return Type | 3 | ||
Change Return Type FluentList<E> to FluentList in method public text(with String...) : FluentList in class org.fluentlenium.core.domain.FluentList | From | To | |
Change Return Type FluentList<FluentWebElement> to FluentList<E> in method protected findElements() : FluentList<E> in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Return Type FluentList<FluentWebElement> to FluentList<E> in method protected findElements() : FluentList<E> in class org.fluentlenium.core.action.AbstractFill | From | To | |
Change Variable Type | 5 | ||
Change Variable Type iterator : Iterator<FluentWebElement> to iterator : Iterator<E> in method protected findElements() : FluentList<E> in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Variable Type element : FluentWebElement to element : E in method public withIndex(index int) : FillSelect in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Variable Type elements : FluentList<FluentWebElement> to elements : FluentList<E> in method public withText(text String) : FillSelect in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Variable Type elements : FluentList<FluentWebElement> to elements : FluentList<E> in method protected findElements() : FluentList<E> in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Variable Type elements : FluentList<FluentWebElement> to elements : FluentList<E> in method public withValue(value String) : FillSelect in class org.fluentlenium.core.action.FillSelect | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fluentList : FluentList<FluentWebElement> to fluentList : FluentList<E> in class org.fluentlenium.core.action.AbstractFill | From | To |