366c105419a33c4f6126b9697cbdb7c41b0e815e
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public onFilterValueChanged() : void renamed to public onLocalRemoteFilterChanged() : void in class org.eclipse.che.ide.ext.git.client.branch.BranchPresenter | From | To | |
| Rename Method public onFilterChanged(event ChangeEvent) : void renamed to public onLocalRemoteFilterChanged(event ChangeEvent) : void in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Rename Method public onFilterValueChanged() : void renamed to public onLocalRemoteFilterChanged() : void in class org.eclipse.che.ide.ext.git.client.branch.BranchView.ActionDelegate | From | To | |
| Rename Variable | 2 | ||
| Rename Variable tableElement : TableElement to branchElement : TableElement in method protected BranchListViewImpl(resources GitResources, locale GitLocalizationConstant, coreRes Resources) in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListViewImpl | From | To | |
| Rename Variable breakPointsElement : TableElement to branchElement : TableElement in method protected BranchViewImpl(resources GitResources, locale GitLocalizationConstant, coreRes Resources, dialogFactory DialogFactory) in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Extract Class | 1 | ||
| Extract Class org.eclipse.che.ide.ui.list.FilterableSimpleList from class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Rename Class | 1 | ||
| Rename Class org.eclipse.che.selenium.git.CheckoutBranchTest renamed to org.eclipse.che.selenium.git.BranchTest | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute filter : ListBox to localRemoteFilter : ListBox in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Rename Attribute branches : SimpleList<Branch> to branchesList : FilterableSimpleList<Branch> in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Rename Attribute branches : SimpleList<Branch> to branchesList : FilterableSimpleList<Branch> in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListViewImpl | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type branches : SimpleList<Branch> to branchesList : FilterableSimpleList<Branch> in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To | |
| Change Attribute Type branches : SimpleList<Branch> to branchesList : FilterableSimpleList<Branch> in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListViewImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method public onClose() : void extracted from protected onEnterClicked() : void in class org.eclipse.che.ide.ext.git.client.branch.BranchViewImpl | From | To |