|
Move And Rename Method private initFieldAsElement(locator ElementLocator) : ComponentAndProxy<WebElement,WebElement> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsWebElement(locator ElementLocator) : ComponentAndProxy<WebElement,WebElement> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move And Rename Method private isListOfElement(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to private isFieldListOf(field Field, typePredicate Predicate<Class<?>>) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move And Rename Method private initFieldAsListOfElement(locator ElementLocator) : ComponentAndProxy<List<WebElement>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsListOfWebElement(locator ElementLocator) : ComponentAndProxy<List<WebElement>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move And Rename Method private isValueNull(container Object, field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to private isFieldExist(container Object, field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move And Rename Method private isElement(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isWebElement(field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private addHookDefinitions(annotations Annotation[], hookDefinitions List<HookDefinition<?>>) : void from class org.fluentlenium.core.inject.FluentInjector to package addHookDefinitions(annotations Annotation[], hookDefinitions List<HookDefinition<?>>) : void from class org.fluentlenium.core.inject.FluentInjectHookDefinitionAdder |
From |
To |
|
Move Method private isContainer(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isContainer(field Field) : boolean from class org.fluentlenium.core.inject.InjectionAnnotationSupport |
From |
To |
|
Move Method private isListOfFluentWebElement(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isListOfFluentWebElement(field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private isList(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to public isList(field Field) : boolean from class org.fluentlenium.utils.CollectionUtils |
From |
To |
|
Move Method private initFieldAsListOfComponent(locator ElementLocator, field Field) : ComponentAndProxy<ComponentList<?>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsListOfComponent(locator ElementLocator, field Field) : ComponentAndProxy<ComponentList<?>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move Method private initFieldAsListOfFluentWebElement(locator ElementLocator, field Field) : ComponentAndProxy<FluentList<? extends FluentWebElement>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsListOfFluentWebElement(locator ElementLocator, field Field) : ComponentAndProxy<FluentList<? extends FluentWebElement>,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move Method private isComponent(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isComponent(field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private initFieldElements(locator ElementLocator, field Field) : ComponentAndProxy<?,?> from class org.fluentlenium.core.inject.FluentInjector to package initFieldElements(locator ElementLocator, field Field) : ComponentAndProxy<?,?> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move Method private initFieldAsComponentList(locator ElementLocator, field Field) : ComponentAndProxy<L,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsComponentList(locator ElementLocator, field Field) : ComponentAndProxy<L,List<WebElement>> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |
|
Move Method private buildHookDefinition(hookAnnotation Hook, hookOptionsAnnotation HookOptions, currentAnnotation Annotation) : HookDefinition<T> from class org.fluentlenium.core.inject.FluentInjector to private buildHookDefinition(hookAnnotation Hook, hookOptionsAnnotation HookOptions, currentAnnotation Annotation) : HookDefinition<T> from class org.fluentlenium.core.inject.FluentInjectHookDefinitionAdder |
From |
To |
|
Move Method private isParent(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isParent(field Field) : boolean from class org.fluentlenium.core.inject.InjectionAnnotationSupport |
From |
To |
|
Move Method private isSupported(container Object, field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isSupported(container Object, field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private getHookAnnotation(annotation Annotation) : Hook from class org.fluentlenium.core.inject.FluentInjector to private getHookAnnotation(annotation Annotation) : Hook from class org.fluentlenium.core.inject.FluentInjectHookDefinitionAdder |
From |
To |
|
Move Method private isListOfComponent(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isListOfComponent(field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private isComponentList(field Field) : boolean from class org.fluentlenium.core.inject.FluentInjector to package isComponentList(field Field) : boolean from class org.fluentlenium.core.inject.FluentElementInjectionSupportValidator |
From |
To |
|
Move Method private applyNoHook(hookDefinitions List<HookDefinition<?>>, annotation Annotation) : void from class org.fluentlenium.core.inject.FluentInjector to private applyNoHook(hookDefinitions List<HookDefinition<?>>, annotation Annotation) : void from class org.fluentlenium.core.inject.FluentInjectHookDefinitionAdder |
From |
To |
|
Move Method private isList(field Field) : boolean from class org.fluentlenium.core.inject.InjectionAnnotations to public isList(field Field) : boolean from class org.fluentlenium.utils.CollectionUtils |
From |
To |
|
Move Method private getHookOptionsAnnotation(annotation Annotation) : HookOptions from class org.fluentlenium.core.inject.FluentInjector to private getHookOptionsAnnotation(annotation Annotation) : HookOptions from class org.fluentlenium.core.inject.FluentInjectHookDefinitionAdder |
From |
To |
|
Move Method private initFieldAsComponent(locator ElementLocator, field Field) : ComponentAndProxy<Object,WebElement> from class org.fluentlenium.core.inject.FluentInjector to private initFieldAsComponent(locator ElementLocator, field Field) : ComponentAndProxy<Object,WebElement> from class org.fluentlenium.core.inject.FluentInjectFieldInitializer |
From |
To |