89fa0918cfc3dc5d0182d349579676a15a22b4db
Files Diff
- Added: 8
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public initPage(control FluentControl) : void renamed to public initFluent(control FluentControl) : void in class org.fluentlenium.integration.Page4 | From | To | |
Rename Method public initPage(control FluentControl) : void renamed to public initFluent(control FluentControl) : void in class org.fluentlenium.integration.SubTestPageWithCreate | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public initPage(control FluentControl) : void from class org.fluentlenium.core.FluentPage to public initFluent(control FluentControl) : void from class org.fluentlenium.core.DefaultFluentContainer | From | To | |
Pull Up Method private getFluentControl() : FluentControl from class org.fluentlenium.core.FluentPage to private getFluentControl() : FluentControl from class org.fluentlenium.core.DefaultFluentContainer | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private control : FluentControl from class org.fluentlenium.core.FluentPage to private control : FluentControl from class org.fluentlenium.core.DefaultFluentContainer | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.fluentlenium.core.page.PageInitializerException moved and renamed to org.fluentlenium.core.inject.FluentInjectException | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.fluentlenium.core.DefaultFluentContainer from classes [org.fluentlenium.core.FluentPage] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pageInitializer : PageInitializer to fluentInjector : FluentInjector in class org.fluentlenium.core.FluentDriver | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pageInitializer : PageInitializer to fluentInjector : FluentInjector in class org.fluentlenium.core.FluentDriver | From | To |