0a57c7013fff38bb4b6514c0bdcb992bf8199993
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setDriverExecutableSystemProperty() : void renamed to private setupDriver() : void in class org.fluentlenium.example.spring.ExampleFluentTest | From | To | |
Pull Up Method | 4 | ||
Pull Up Method public setup() : void from class org.fluentlenium.examples.test.DuckDuckGoChromeTest to public setup() : void from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Method package setup() : void from class org.fluentlenium.examples.test.DuckDuckGoHeadlessFirefoxTest to package setup() : void from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Pull Up Method public setup() : void from class org.fluentlenium.examples.test.DuckDuckGoHeadlessTest to public setup() : void from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Method package setup() : void from class org.fluentlenium.examples.test.DuckDuckGoFirefoxTest to package setup() : void from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public setup() : void from class org.fluentlenium.examples.test.DuckDuckGoSafariTest to private setSystemProperty() : void from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Attribute | 8 | ||
Pull Up Attribute private CHROME_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.DuckDuckGoChromeTest to private CHROME_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Attribute private PATH_TO_GECKO_DRIVER : String from class org.fluentlenium.examples.test.DuckDuckGoFirefoxTest to private PATH_TO_GECKO_DRIVER : String from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Pull Up Attribute private GECKO_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.DuckDuckGoFirefoxTest to private GECKO_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Pull Up Attribute private PATH_TO_GECKO_DRIVER : String from class org.fluentlenium.examples.test.DuckDuckGoHeadlessFirefoxTest to private PATH_TO_GECKO_DRIVER : String from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Pull Up Attribute private CHROME_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.DuckDuckGoHeadlessTest to private CHROME_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Attribute private GECKO_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.DuckDuckGoHeadlessFirefoxTest to private GECKO_DRIVER_PROPERTY : String from class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Pull Up Attribute private PATH_TO_CHROME_DRIVER : String from class org.fluentlenium.examples.test.DuckDuckGoChromeTest to private PATH_TO_CHROME_DRIVER : String from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Pull Up Attribute private PATH_TO_CHROME_DRIVER : String from class org.fluentlenium.examples.test.DuckDuckGoHeadlessTest to private PATH_TO_CHROME_DRIVER : String from class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.fluentlenium.examples.test.AbstractFirefoxTest from classes [org.fluentlenium.examples.test.DuckDuckGoFirefoxTest, org.fluentlenium.examples.test.DuckDuckGoHeadlessFirefoxTest] | From | To | |
Extract Superclass org.fluentlenium.examples.test.AbstractChromeTest from classes [org.fluentlenium.examples.test.DuckDuckGoChromeTest, org.fluentlenium.examples.test.DuckDuckGoHeadlessTest] | From | To | |
Extract Method | 10 | ||
Extract Method private systemPropertyNotSet() : boolean extracted from package setup() : void in class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Extract Method private setSystemProperty(propertyName String, driverExecutablePath String) : void extracted from private setDriverExecutableSystemProperty() : void in class org.fluentlenium.example.spring.ExampleFluentTest | From | To | |
Extract Method private setSystemProperty() : void extracted from package setup() : void in class org.fluentlenium.examples.test.AbstractFirefoxTest | From | To | |
Extract Method private systemPropertyNotSet(propertyName String) : boolean extracted from private setDriverExecutableSystemProperty() : void in class org.fluentlenium.example.spring.ExampleFluentTest | From | To | |
Extract Method private systemPropertyNotSet() : boolean extracted from public setup() : void in class org.fluentlenium.examples.test.AbstractChromeTest | From | To | |
Extract Method private setSystemProperty() : void extracted from public setup() : void in class org.fluentlenium.examples.test.AbstractChromeTest | From | To |