|
Change Parameter Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public BranchListPresenter(view BranchListView, comparePresenter ComparePresenter, changesListPresenter ChangesListPresenter, service GitServiceClient, locale GitLocalizationConstant, appContext AppContext, notificationManager NotificationManager, dialogFactory DialogFactory, gitOutputConsoleFactory GitOutputConsoleFactory, processesPanelPresenter ProcessesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListPresenter |
From |
To |
|
Change Parameter Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public CompareWithLatestAction(presenter ComparePresenter, changesListPresenter ChangesListPresenter, appContext AppContext, dialogFactory DialogFactory, notificationManager NotificationManager, service GitServiceClient, constant GitLocalizationConstant) in class org.eclipse.che.ide.ext.git.client.action.CompareWithLatestAction |
From |
To |
|
Change Parameter Type locale : GitLocalizationConstant to changesPanelPresenter : ChangesPanelPresenter in method public ChangesListPresenter(view ChangesListView, comparePresenter ComparePresenter, notificationManager NotificationManager, changesPanelPresenter ChangesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |
|
Change Parameter Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public HistoryPresenter(view HistoryView, comparePresenter ComparePresenter, changesListPresenter ChangesListPresenter, service GitServiceClient, locale GitLocalizationConstant, notificationManager NotificationManager, dialogFactory DialogFactory, appContext AppContext) in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter |
From |
To |
|
Change Parameter Type view : ChangedListView to view : ChangesListView in method public ChangesListPresenter(view ChangesListView, comparePresenter ComparePresenter, notificationManager NotificationManager, changesPanelPresenter ChangesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |
|
Move Method private viewChangedFiles() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListPresenter to private viewChangedFiles() : void from class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelPresenter |
From |
To |
|
Move Method public close() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl to public close() : void from class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListViewImpl |
From |
To |
|
Move Method public onChangeViewModeButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListPresenter to public onChangeViewModeButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelPresenter |
From |
To |
|
Move Method public onCollapseButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListPresenter to public onCollapseButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelPresenter |
From |
To |
|
Move Method public showDialog() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl to public showDialog() : void from class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListViewImpl |
From |
To |
|
Move Method public onExpandButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListPresenter to public onExpandButtonClicked() : void from class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.branchList.BranchListPresenter moved to org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.revisionsList.RevisionListView moved to org.eclipse.che.ide.ext.git.client.compare.revisionslist.RevisionListView |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.revisionsList.RevisionListPresenter moved to org.eclipse.che.ide.ext.git.client.compare.revisionslist.RevisionListPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.revisionsList.RevisionListViewImpl moved to org.eclipse.che.ide.ext.git.client.compare.revisionslist.RevisionListViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedFileNode moved to org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangedFileNode |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.branchList.BranchListViewImpl moved to org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListView.ActionDelegate moved to org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelView.ActionDelegate |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.branchList.BranchListView moved to org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListView |
From |
To |
|
Move Class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedFolderNode moved to org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangedFolderNode |
From |
To |
|
Rename Method public setAmend(isAmend boolean) : void renamed to public setValueToPushAfterCommitCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitView |
From |
To |
|
Rename Method public isAddAllExceptNew() : boolean renamed to public isPushAfterCommit() : boolean in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Method public setEnableCompareButton(enabled boolean) : void renamed to public setEnabledChangeViewModeButton(enabled boolean) : void in class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelViewImpl |
From |
To |
|
Rename Method public testShowDialogWithExistingMessage() : void renamed to public shouldShowUntrackedFilesOnInitialCommit() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public setAddAllExceptNew(addAllExceptNew boolean) : void renamed to public setValueToAmendCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitView |
From |
To |
|
Rename Method public testOnCancelClicked() : void renamed to public shouldCloseWhenCancelButtonClicked() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public testOnValueChangedWhenCommitMessageEmpty() : void renamed to public shouldDisableCommitButtonOnEmptyMessage() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public setAddAllExceptNew(isAddAllExceptNew boolean) : void renamed to public setValueToAmendCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Method public shouldPrintFailMessageOnCommitFailed() : void renamed to public shouldPrintFailMessageOnOnAddToIndexSuccessButCommitFailed() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public shouldPrintSuccessMessageOnCommitSuccess() : void renamed to public shouldPrintSuccessMessageOnAddToIndexAndCommitSuccess() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public testOnValueChanged() : void renamed to public shouldEnableCommitButtonOnAmendAndNoFilesChecked() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public testShowDialog() : void renamed to public shouldShowDialog() : void in class org.eclipse.che.ide.ext.git.client.commit.CommitPresenterTest |
From |
To |
|
Rename Method public setAmend(isAmend boolean) : void renamed to public setValueToPushAfterCommitCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Method public isAddAllExceptNew() : boolean renamed to public isPushAfterCommit() : boolean in class org.eclipse.che.ide.ext.git.client.commit.CommitView |
From |
To |
|
Rename Attribute changedFilesPanel : LayoutPanel to changesPanel : LayoutPanel in class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelViewImpl |
From |
To |
|
Rename Attribute changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter |
From |
To |
|
Rename Attribute changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenterTest |
From |
To |
|
Rename Attribute changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.action.CompareWithLatestAction |
From |
To |
|
Rename Attribute ourUiBinder : CommitViewImplUiBinder to uiBinder : CommitViewImplUiBinder in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Attribute locale : GitLocalizationConstant to changesPanelPresenter : ChangesPanelPresenter in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |
|
Rename Attribute changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListPresenter |
From |
To |
|
Change Attribute Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListPresenter |
From |
To |
|
Change Attribute Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter |
From |
To |
|
Change Attribute Type uiBinder : ChangedListViewImplUiBinder to uiBinder : TreeViewImplUiBinder in class org.eclipse.che.ide.ext.git.client.compare.changespanel.ChangesPanelViewImpl |
From |
To |
|
Change Attribute Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenterTest |
From |
To |
|
Change Attribute Type changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in class org.eclipse.che.ide.ext.git.client.action.CompareWithLatestAction |
From |
To |
|
Change Attribute Type view : ChangedListView to view : ChangesListView in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |
|
Change Attribute Type locale : GitLocalizationConstant to changesPanelPresenter : ChangesPanelPresenter in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |
|
Rename Parameter isAmend : boolean to value : boolean in method public setValueToPushAfterCommitCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Parameter changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public CompareWithLatestAction(presenter ComparePresenter, changesListPresenter ChangesListPresenter, appContext AppContext, dialogFactory DialogFactory, notificationManager NotificationManager, service GitServiceClient, constant GitLocalizationConstant) in class org.eclipse.che.ide.ext.git.client.action.CompareWithLatestAction |
From |
To |
|
Rename Parameter changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public HistoryPresenter(view HistoryView, comparePresenter ComparePresenter, changesListPresenter ChangesListPresenter, service GitServiceClient, locale GitLocalizationConstant, notificationManager NotificationManager, dialogFactory DialogFactory, appContext AppContext) in class org.eclipse.che.ide.ext.git.client.history.HistoryPresenter |
From |
To |
|
Rename Parameter addAllExceptNew : boolean to value : boolean in method public setValueToAmendCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitView |
From |
To |
|
Rename Parameter isAddAllExceptNew : boolean to value : boolean in method public setValueToAmendCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitViewImpl |
From |
To |
|
Rename Parameter isAmend : boolean to value : boolean in method public setValueToPushAfterCommitCheckBox(value boolean) : void in class org.eclipse.che.ide.ext.git.client.commit.CommitView |
From |
To |
|
Rename Parameter changedListPresenter : ChangedListPresenter to changesListPresenter : ChangesListPresenter in method public BranchListPresenter(view BranchListView, comparePresenter ComparePresenter, changesListPresenter ChangesListPresenter, service GitServiceClient, locale GitLocalizationConstant, appContext AppContext, notificationManager NotificationManager, dialogFactory DialogFactory, gitOutputConsoleFactory GitOutputConsoleFactory, processesPanelPresenter ProcessesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.compare.branchlist.BranchListPresenter |
From |
To |
|
Rename Parameter locale : GitLocalizationConstant to changesPanelPresenter : ChangesPanelPresenter in method public ChangesListPresenter(view ChangesListView, comparePresenter ComparePresenter, notificationManager NotificationManager, changesPanelPresenter ChangesPanelPresenter) in class org.eclipse.che.ide.ext.git.client.compare.changeslist.ChangesListPresenter |
From |
To |