f172ec246a1eafa2ba385909c014009cda74e203
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private makePullSecondRemoteBranch() : void renamed to private performGitPull() : void in class org.eclipse.che.selenium.git.CheckoutToRemoteBranchTest | From | To | |
Move And Inline Method | 3 | ||
Move And Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void moved from class org.eclipse.che.selenium.git.FetchAndMergeRemoteBranchIntoLocalTest to class org.eclipse.che.selenium.git.GitPullConflictTest & inlined to public pullConflictsTest() : void | From | To | |
Move And Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void moved from class org.eclipse.che.selenium.git.GitPullConflictTest to class org.eclipse.che.selenium.git.GitPullTest & inlined to public pullTest() : void | From | To | |
Move And Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void moved from class org.eclipse.che.selenium.git.FetchAndMergeRemoteBranchIntoLocalTest to class org.eclipse.che.selenium.git.GitPullTest & inlined to public pullTest() : void | From | To | |
Inline Method | 4 | ||
Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void inlined to public pullConflictsTest() : void in class org.eclipse.che.selenium.git.GitPullConflictTest | From | To | |
Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void inlined to public pullTest() : void in class org.eclipse.che.selenium.git.GitPullTest | From | To | |
Inline Method private deleteFileOnGithubSide(pathToContent String, commitMess String) : void inlined to public fetchUpdatesAndMergeRemoteBranchTolocal() : void in class org.eclipse.che.selenium.git.FetchAndMergeRemoteBranchIntoLocalTest | From | To | |
Inline Method private changeContentOnGithubSide(pathToContent String, content String) : void inlined to public fetchUpdatesAndMergeRemoteBranchTolocal() : void in class org.eclipse.che.selenium.git.FetchAndMergeRemoteBranchIntoLocalTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CHANGE_CONTENT : String to NEW_CONTENT : String in class org.eclipse.che.selenium.git.FetchAndMergeRemoteBranchIntoLocalTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type git : org.eclipse.che.selenium.pageobject.git.Git to git : Git in class org.eclipse.che.selenium.git.CheckoutToRemoteBranchTest | From | To |