156c525e05e9a25ac014093954b32bf04c9be69c
Files Diff
- Added: 26
- Removed: 9
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 9 | ||
Rename Method public onExpandVariablesTree(variable MutableVariable) : void renamed to public onExpandVariable(variable Variable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter | From | To | |
Rename Method public selectVarInVariablePanel(variable String) : void renamed to public selectNodeInDebuggerTree(nodeText String) : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Method public typeNewValueInVariableForm(value String) : void renamed to public typeNewValueInTheDialog(value String) : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Method public typeAndChangeVariable(newVariable String) : void renamed to public typeAndSaveTextAreaDialog(newValue String) : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Method public onExpandVariablesTree(variable MutableVariable) : void renamed to public onExpandVariable(variable Variable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView.ActionDelegate | From | To | |
Rename Method public waitAppearChangeVariableForm() : void renamed to public waitAppearTextAreaForm() : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Method public waitDisappearChangeVariableForm() : void renamed to public waitDisappearTextAreaForm() : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Method public onChangeClicked() : void renamed to public onAgreeClicked() : void in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Rename Method public onVariableValueChanged() : void renamed to public onValueChanged() : void in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type variable : MutableVariable to variable : Variable in method public onExpandVariable(variable Variable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView.ActionDelegate | From | To | |
Change Parameter Type variable : MutableVariable to variable : Variable in method public onExpandVariable(variable Variable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter | From | To | |
Change Parameter Type view : ChangeValueView to dialogFactory : DebuggerDialogFactory in method public ChangeValuePresenter(dialogFactory DebuggerDialogFactory, constant DebuggerLocalizationConstant, debuggerManager DebuggerManager, debuggerPresenter DebuggerPresenter) in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Change Parameter Type changeVariableValueAction : ChangeVariableValueAction to editDebugVariableAction : EditDebugVariableAction in method public DebuggerExtension(debuggerResources DebuggerResources, localizationConstants DebuggerLocalizationConstant, actionManager ActionManager, debugAction DebugAction, disconnectDebuggerAction DisconnectDebuggerAction, stepIntoAction StepIntoAction, stepOverAction StepOverAction, stepOutAction StepOutAction, resumeExecutionAction ResumeExecutionAction, suspendAction SuspendAction, evaluateExpressionAction EvaluateExpressionAction, deleteAllBreakpointsAction DeleteAllBreakpointsAction, editDebugVariableAction EditDebugVariableAction, showHideDebuggerPanelAction ShowHideDebuggerPanelAction, editConfigurationsAction EditConfigurationsAction, breakpointConfigurationAction BreakpointConfigurationAction, addWatchExpressionAction AddWatchExpressionAction, removeWatchExpressionAction RemoveWatchExpressionAction, configurationsGroup DebugConfigurationsGroup, debuggerPresenter DebuggerPresenter, keyBinding KeyBindingAgent, breakpointActionGroup BreakpointActionGroup) in class org.eclipse.che.plugin.debugger.ide.DebuggerExtension | From | To | |
Rename Class | 3 | ||
Rename Class org.eclipse.che.plugin.debugger.ide.actions.ChangeVariableValueAction renamed to org.eclipse.che.plugin.debugger.ide.actions.EditDebugVariableAction | From | To | |
Rename Class org.eclipse.che.selenium.pageobject.debug.DebugPanel.LocatorsChangeVariable renamed to org.eclipse.che.selenium.pageobject.debug.DebugPanel.LocatorsTextAreaDialogWindow | From | To | |
Rename Class org.eclipse.che.selenium.pageobject.debug.DebugPanel.DebuggerButtonsPanel renamed to org.eclipse.che.selenium.pageobject.debug.DebugPanel.DebuggerActionButtons | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValueView moved and renamed to org.eclipse.che.plugin.debugger.ide.debug.dialogs.common.TextAreaDialogView | From | To | |
Move And Rename Class org.eclipse.che.plugin.debugger.ide.ChangeVariableValueTest moved and renamed to org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenterTest | From | To | |
Move And Rename Class org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValueViewImpl moved and renamed to org.eclipse.che.plugin.debugger.ide.debug.dialogs.common.TextAreaDialogViewImpl | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValuePresenter moved to org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable queryParams : String to data : String in method public gotoDebugAppAndSendRequest(appUrl String, data String, contentType String, successCode int) : CompletableFuture<String> in class org.eclipse.che.selenium.debugger.DebuggerUtils | From | To | |
Rename Attribute | 7 | ||
Rename Attribute changeButton : Button to agreeButton : Button in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.common.TextAreaDialogViewImpl | From | To | |
Rename Attribute variables : Tree<MutableVariable> to nodeKeyProvider : DebugNodeUniqueKeyProvider in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Rename Attribute variablesPanel : WebElement to debuggerTree : WebElement in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Attribute CHANGE_VARIABLE_VALUE_ID : String to EDIT_DEBUG_VARIABLE_ID : String in class org.eclipse.che.plugin.debugger.ide.DebuggerExtension | From | To | |
Rename Attribute changeValueLabel : Label to textAreaLabel : Label in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.common.TextAreaDialogViewImpl | From | To | |
Rename Attribute changeVariableTextAreaForm : WebElement to textAreaForm : WebElement in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Attribute changeVariableBtn : WebElement to saveTextAreaDialogBtn : WebElement in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Extract Interface | 1 | ||
Extract Interface org.eclipse.che.plugin.debugger.ide.debug.dialogs.common.TextAreaDialogView.ActionDelegate from classes [org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter] | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type view : ChangeValueView to view : TextAreaDialogView in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Change Attribute Type variables : Tree<MutableVariable> to nodeKeyProvider : DebugNodeUniqueKeyProvider in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Change Attribute Type view : ChangeValueView to view : TextAreaDialogView in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenterTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter newVariable : String to newValue : String in method public typeAndSaveTextAreaDialog(newValue String) : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To | |
Rename Parameter view : ChangeValueView to dialogFactory : DebuggerDialogFactory in method public ChangeValuePresenter(dialogFactory DebuggerDialogFactory, constant DebuggerLocalizationConstant, debuggerManager DebuggerManager, debuggerPresenter DebuggerPresenter) in class org.eclipse.che.plugin.debugger.ide.debug.dialogs.changevalue.ChangeValuePresenter | From | To | |
Rename Parameter changeVariableValueAction : ChangeVariableValueAction to editDebugVariableAction : EditDebugVariableAction in method public DebuggerExtension(debuggerResources DebuggerResources, localizationConstants DebuggerLocalizationConstant, actionManager ActionManager, debugAction DebugAction, disconnectDebuggerAction DisconnectDebuggerAction, stepIntoAction StepIntoAction, stepOverAction StepOverAction, stepOutAction StepOutAction, resumeExecutionAction ResumeExecutionAction, suspendAction SuspendAction, evaluateExpressionAction EvaluateExpressionAction, deleteAllBreakpointsAction DeleteAllBreakpointsAction, editDebugVariableAction EditDebugVariableAction, showHideDebuggerPanelAction ShowHideDebuggerPanelAction, editConfigurationsAction EditConfigurationsAction, breakpointConfigurationAction BreakpointConfigurationAction, addWatchExpressionAction AddWatchExpressionAction, removeWatchExpressionAction RemoveWatchExpressionAction, configurationsGroup DebugConfigurationsGroup, debuggerPresenter DebuggerPresenter, keyBinding KeyBindingAgent, breakpointActionGroup BreakpointActionGroup) in class org.eclipse.che.plugin.debugger.ide.DebuggerExtension | From | To | |
Rename Parameter variable : String to nodeText : String in method public selectNodeInDebuggerTree(nodeText String) : void in class org.eclipse.che.selenium.pageobject.debug.DebugPanel | From | To |