ba6fb23548618ac7619b8e53444c0786b2c3e0e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable elements : List<WebElement> to nestedElements : List<WebElement> in method private waitLinesElementsPresenceAndGetText(lines List<WebElement>) : StringBuilder in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable connection : HttpURLConnection to httpURLConnection : HttpURLConnection in method private openStreamAndGetAllText(httpURLConnection HttpURLConnection) : String in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To | |
Extract Method | 5 | ||
Extract Method private getJavaDocPopupText() : String extracted from public getAutocompleteProposalJavaDocHtml() : String in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To | |
Extract Method private waitLinesElementsPresenceAndGetText(lines List<WebElement>) : StringBuilder extracted from private getTextFromOrionLines(lines List<WebElement>) : String in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To | |
Extract Method private waitJavaDocPopupSrcAttributeIsNotEmpty() : void extracted from public getAutocompleteProposalJavaDocHtml() : String in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To | |
Extract Method private openStreamAndGetAllText(httpURLConnection HttpURLConnection) : String extracted from public getAutocompleteProposalJavaDocHtml() : String in class org.eclipse.che.selenium.pageobject.CodenvyEditor | From | To |