244cb7abafbad1fc7a1a6ec6aeb8f834456c1dfe
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 110
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public apply(input FluentControl) : boolean renamed to public test(fluentControl FluentControl) : boolean in class org.fluentlenium.core.action.WindowAction.WindowHandlesCountIs | From | To | |
Rename Method public apply(element FluentWebElement) : boolean renamed to public test(element FluentWebElement) : boolean in class org.fluentlenium.core.filter.AttributeFilterPredicate | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type types : java.util.Collection<java.lang.Class<? extends Throwable>> to types : Collection<Class<? extends Throwable>> in method public ignoreAll(types Collection<Class<? extends Throwable>>) : FluentWait in class org.fluentlenium.core.wait.FluentWait | From | To | |
Change Parameter Type firstType : java.lang.Class<? extends java.lang.RuntimeException> to firstType : Class<? extends RuntimeException> in method public ignoring(firstType Class<? extends RuntimeException>, secondType Class<? extends RuntimeException>) : FluentWait in class org.fluentlenium.core.wait.FluentWait | From | To | |
Change Parameter Type secondType : java.lang.Class<? extends java.lang.RuntimeException> to secondType : Class<? extends RuntimeException> in method public ignoring(firstType Class<? extends RuntimeException>, secondType Class<? extends RuntimeException>) : FluentWait in class org.fluentlenium.core.wait.FluentWait | From | To | |
Change Parameter Type exceptionType : java.lang.Class<? extends java.lang.RuntimeException> to exceptionType : Class<? extends RuntimeException> in method public ignoring(exceptionType Class<? extends RuntimeException>) : FluentWait in class org.fluentlenium.core.wait.FluentWait | From | To | |
Change Variable Type | 2 | ||
Change Variable Type windowHandles : Set<String> to windowHandles : List<String> in method public switchToLast(nameOrHandleToExclude String) : WindowAction in class org.fluentlenium.core.action.WindowAction | From | To | |
Change Variable Type windowHandles : Set<String> to windowHandles : List<String> in method public switchToLast() : WindowAction in class org.fluentlenium.core.action.WindowAction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter input : FluentControl to fluentControl : FluentControl in method public test(fluentControl FluentControl) : boolean in class org.fluentlenium.core.action.WindowAction.WindowHandlesCountIs | From | To |