|
Change Parameter Type eventList : DebuggerEventList to event : DebuggerEventDto in method private onEventListReceived(event DebuggerEventDto) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public setRenderedTreeNode(data MutableVariable, renderedNode TreeNodeElement<MutableVariable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type breakpoint : Breakpoint to breakpoint : BreakpointDto in method public withBreakpoint(breakpoint BreakpointDto) : BreakpointActivatedEventDto in class org.eclipse.che.api.debug.shared.dto.event.BreakpointActivatedEventDto |
From |
To |
|
Change Parameter Type renderedNode : TreeNodeElement<DebuggerVariable> to renderedNode : TreeNodeElement<MutableVariable> in method public setRenderedTreeNode(data MutableVariable, renderedNode TreeNodeElement<MutableVariable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type root : DebuggerVariable to root : MutableVariable in method public getNodeByPath(root MutableVariable, relativeNodePath List<String>) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type variable : DebuggerVariable to variable : MutableVariable in method public onSelectedVariableElement(variable MutableVariable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public setNodeName(data MutableVariable, name String) : void in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type service : GdbDebuggerServiceClientImpl to service : DebuggerServiceClient in method public GdbDebugger(service DebuggerServiceClient, dtoFactory DtoFactory, localStorageProvider LocalStorageProvider, messageBusProvider MessageBusProvider, eventBus EventBus, fqnResolverFactory FqnResolverFactory, activeFileHandler GdbDebuggerFileHandler, debuggerManager DebuggerManager, fileTypeRegistry FileTypeRegistry, appContext AppContext) in class org.eclipse.che.plugin.gdb.ide.GdbDebugger |
From |
To |
|
Change Parameter Type b : DebuggerVariable to b : MutableVariable in method public compare(a MutableVariable, b MutableVariable) : int in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getRenderedTreeNode(data MutableVariable) : TreeNodeElement<MutableVariable> in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type service : JavaDebuggerServiceClientImpl to service : DebuggerServiceClient in method public JavaDebugger(service DebuggerServiceClient, dtoFactory DtoFactory, localStorageProvider LocalStorageProvider, messageBusProvider MessageBusProvider, eventBus EventBus, fqnResolverFactory FqnResolverFactory, javaDebuggerFileHandler JavaDebuggerFileHandler, debuggerManager DebuggerManager, fileTypeRegistry FileTypeRegistry, appContext AppContext) in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebugger |
From |
To |
|
Change Parameter Type location : Location to location : LocationDto in method public setLocation(location LocationDto) : void in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |
|
Change Parameter Type debuggerInfo : DebuggerInfo to debugSessionDto : DebugSessionDto in method protected setDebugSession(debugSessionDto DebugSessionDto) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Parameter Type breakpoint : Breakpoint to breakpoint : BreakpointDto in method public setBreakpoint(breakpoint BreakpointDto) : void in class org.eclipse.che.api.debug.shared.dto.event.BreakpointActivatedEventDto |
From |
To |
|
Change Parameter Type treeNode : TreeNodeElement<DebuggerVariable> to treeNode : TreeNodeElement<MutableVariable> in method public updateNodeContents(treeNode TreeNodeElement<MutableVariable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.VariableTreeNodeRenderer |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public renderNodeContents(data MutableVariable) : SpanElement in class org.eclipse.che.plugin.debugger.ide.debug.VariableTreeNodeRenderer |
From |
To |
|
Change Parameter Type variables : List<Variable> to variables : List<VariableDto> in method public withVariables(variables List<VariableDto>) : SimpleValueDto in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Change Parameter Type variables : List<DebuggerVariable> to variables : List<? extends Variable> in method public setVariablesIntoSelectedVariable(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Parameter Type variables : List<DebuggerVariable> to variables : List<? extends Variable> in method public setVariables(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public hasChildren(data MutableVariable) : boolean in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type variable : String to variable : Variable in method public getValue(variable Variable) : Promise<SimpleValue> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Parameter Type variable : DebuggerVariable to variable : MutableVariable in method public onSelectedVariableElement(variable MutableVariable) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView.ActionDelegate |
From |
To |
|
Change Parameter Type location : Location to location : LocationDto in method public setLocation(location LocationDto) : void in class org.eclipse.che.api.debug.shared.dto.event.SuspendEventDto |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getDragDropTarget(data MutableVariable) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type a : DebuggerVariable to a : MutableVariable in method public compare(a MutableVariable, b MutableVariable) : int in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type cause : Throwable to cause : Exception in method public DebuggerException(message String, cause Exception) in class org.eclipse.che.api.debugger.server.exceptions.DebuggerException |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getNodeId(data MutableVariable) : String in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type variables : List<DebuggerVariable> to variables : List<? extends Variable> in method public setVariables(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getNodePath(data MutableVariable) : List<String> in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type breakpoint : Breakpoint to location : Location in method public deleteBreakpoint(location Location) : void in class org.eclipse.che.plugin.gdb.server.GdbDebugger |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getParent(data MutableVariable) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type fields : List<Field> to fields : List<FieldDto> in method public withFields(fields List<FieldDto>) : StackFrameDumpDto in class org.eclipse.che.api.debug.shared.dto.StackFrameDumpDto |
From |
To |
|
Change Parameter Type variables : List<DebuggerVariable> to variables : List<? extends Variable> in method public setVariablesIntoSelectedVariable(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView |
From |
To |
|
Change Parameter Type resources : JavaRuntimeResources to resources : JavaDebuggerResources in method public JavaDebugConfigurationType(page JavaDebugConfigurationPagePresenter, iconRegistry IconRegistry, resources JavaDebuggerResources) in class org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationType |
From |
To |
|
Change Parameter Type fields : List<Field> to fields : List<FieldDto> in method public setFields(fields List<FieldDto>) : void in class org.eclipse.che.api.debug.shared.dto.StackFrameDumpDto |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getChildren(data MutableVariable) : List<MutableVariable> in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type variables : List<Variable> to variables : List<VariableDto> in method public setVariables(variables List<VariableDto>) : void in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Change Parameter Type location : Location to location : LocationDto in method public withLocation(location LocationDto) : BreakpointDto in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |
|
Change Parameter Type variablePath : VariablePath to variablePath : VariablePathDto in method public setVariablePath(variablePath VariablePathDto) : void in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Parameter Type data : DebuggerVariable to data : MutableVariable in method public getNodeName(data MutableVariable) : String in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Parameter Type variables : List<Variable> to variables : List<VariableDto> in method public setVariables(variables List<VariableDto>) : void in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Parameter Type variable : String to variable : Variable in method public getValue(variable Variable) : Promise<SimpleValue> in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Parameter Type breakpoint : Breakpoint to actionDto : ActionDto in method protected performAction(id String, actionDto ActionDto) : Promise<Void> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Change Parameter Type location : Location to location : LocationDto in method public withLocation(location LocationDto) : SuspendEventDto in class org.eclipse.che.api.debug.shared.dto.event.SuspendEventDto |
From |
To |
|
Change Parameter Type variablePath : VariablePath to variablePath : VariablePathDto in method public withVariablePath(variablePath VariablePathDto) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Parameter Type gdbDebuggerClient : GdbDebuggerClient to gdbDebugger : GdbDebugger in method public GdbExtension(debuggerManager DebuggerManager, gdbDebugger GdbDebugger) in class org.eclipse.che.plugin.gdb.ide.GdbExtension |
From |
To |
|
Change Parameter Type location : Location to locationDto : LocationDto in method private onBreakpointActivated(locationDto LocationDto) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Parameter Type breakPoint : Breakpoint to location : Location in method public deleteBreakpoint(location Location) : void in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Parameter Type variables : List<Variable> to variables : List<VariableDto> in method public withVariables(variables List<VariableDto>) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.DebuggerLocalizationConstant moved to org.eclipse.che.plugin.debugger.ide.DebuggerLocalizationConstant |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.expression.EvaluateExpressionPresenter moved to org.eclipse.che.plugin.debugger.ide.debug.expression.EvaluateExpressionPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbDirectoryTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbDirectoryTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbTargetRemote moved to org.eclipse.che.plugin.gdb.server.parser.GdbTargetRemote |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.EditDebugConfigurationsViewImpl moved to org.eclipse.che.plugin.debugger.ide.configuration.EditDebugConfigurationsViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationsGroupTest moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationsGroupTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbRun moved to org.eclipse.che.plugin.gdb.server.parser.GdbRun |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbPrint moved to org.eclipse.che.plugin.gdb.server.parser.GdbPrint |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.DebuggerException moved to org.eclipse.che.api.debugger.server.exceptions.DebuggerException |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.GdbProcess moved to org.eclipse.che.plugin.gdb.server.GdbProcess |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.DisconnectDebuggerAction moved to org.eclipse.che.plugin.debugger.ide.actions.DisconnectDebuggerAction |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationPagePresenterTest moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenterTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.debug.JavaDebugger moved to org.eclipse.che.plugin.jdb.ide.debug.JavaDebugger |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.EditDebugConfigurationsView moved to org.eclipse.che.plugin.debugger.ide.configuration.EditDebugConfigurationsView |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.GdbDebuggerTest moved to org.eclipse.che.plugin.gdb.server.GdbDebuggerTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.StepOverAction moved to org.eclipse.che.plugin.debugger.ide.actions.StepOverAction |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoLocals moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoLocals |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.GdbTest moved to org.eclipse.che.plugin.gdb.server.GdbTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiFieldImpl moved to org.eclipse.che.plugin.jdb.server.JdiFieldImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.ChangeVariableValueAction moved to org.eclipse.che.plugin.debugger.ide.actions.ChangeVariableValueAction |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbContinue moved to org.eclipse.che.plugin.gdb.server.parser.GdbContinue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationPagePresenterTest moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationPagePresenterTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoLocalsTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoLocalsTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.GdbResources moved to org.eclipse.che.plugin.gdb.ide.GdbResources |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiValueImpl moved to org.eclipse.che.plugin.jdb.server.JdiValueImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationTypeTest moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationTypeTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.JavaLexer moved to org.eclipse.che.plugin.jdb.server.expression.JavaLexer |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbBreakTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbBreakTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbFileTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbFileTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.EvaluateExpressionTest moved to org.eclipse.che.plugin.debugger.ide.EvaluateExpressionTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoArgsTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoArgsTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiField moved to org.eclipse.che.plugin.jdb.server.JdiField |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.StepOutAction moved to org.eclipse.che.plugin.debugger.ide.actions.StepOutAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.inject.JavaRuntimeGinModule moved to org.eclipse.che.plugin.jdb.ide.inject.JavaRuntimeGinModule |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationPageView moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationPageView |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationTypeTest moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationTypeTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiType moved to org.eclipse.che.plugin.jdb.server.JdiType |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerTest moved to org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.StepIntoAction moved to org.eclipse.che.plugin.debugger.ide.actions.StepIntoAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.EditDebugConfigurationsPresenter moved to org.eclipse.che.plugin.debugger.ide.configuration.EditDebugConfigurationsPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbTargetRemoteTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbTargetRemoteTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoLineTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoLineTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbParseException moved to org.eclipse.che.plugin.gdb.server.parser.GdbParseException |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbBreak moved to org.eclipse.che.plugin.gdb.server.parser.GdbBreak |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbDelete moved to org.eclipse.che.plugin.gdb.server.parser.GdbDelete |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.GdbLocalizationConstant moved to org.eclipse.che.plugin.gdb.ide.GdbLocalizationConstant |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiArrayElementImpl moved to org.eclipse.che.plugin.jdb.server.JdiArrayElementImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.ChangeVariableValueTest moved to org.eclipse.che.plugin.debugger.ide.ChangeVariableValueTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.expression.EvaluateExpressionView moved to org.eclipse.che.plugin.debugger.ide.debug.expression.EvaluateExpressionView |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbVersionTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbVersionTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ReadOnlyValue moved to org.eclipse.che.plugin.jdb.server.expression.ReadOnlyValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationType moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationType |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.InstanceValue moved to org.eclipse.che.plugin.jdb.server.expression.InstanceValue |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoProgram moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoProgram |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.StaticValue moved to org.eclipse.che.plugin.jdb.server.expression.StaticValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerView moved to org.eclipse.che.plugin.debugger.ide.debug.DebuggerView |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.GdbDebuggerFileHandler moved to org.eclipse.che.plugin.gdb.ide.GdbDebuggerFileHandler |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.EventsCollector moved to org.eclipse.che.plugin.jdb.server.EventsCollector |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbClear moved to org.eclipse.che.plugin.gdb.server.parser.GdbClear |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.Gdb moved to org.eclipse.che.plugin.gdb.server.Gdb |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.expression.EvaluateExpressionViewImpl moved to org.eclipse.che.plugin.debugger.ide.debug.expression.EvaluateExpressionViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.ActiveFileHandler moved to org.eclipse.che.plugin.debugger.ide.debug.ActiveFileHandler |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.DeleteAllBreakpointsAction moved to org.eclipse.che.plugin.debugger.ide.actions.DeleteAllBreakpointsAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.fqn.FqnResolverObserver moved to org.eclipse.che.plugin.debugger.ide.fqn.FqnResolverObserver |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbClearTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbClearTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbOutput moved to org.eclipse.che.plugin.gdb.server.parser.GdbOutput |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.shared.DisconnectEvent moved to org.eclipse.che.api.debug.shared.model.event.DisconnectEvent |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoBreakTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoBreakTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.fqn.JavaClassFqnResolver moved to org.eclipse.che.plugin.jdb.ide.fqn.JavaClassFqnResolver |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationTypeRegistry moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationTypeRegistry |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ExpressionValue moved to org.eclipse.che.plugin.jdb.server.expression.ExpressionValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.EditConfigurationsResources moved to org.eclipse.che.plugin.debugger.ide.configuration.EditConfigurationsResources |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.fqn.JavaFqnResolver moved to org.eclipse.che.plugin.jdb.ide.fqn.JavaFqnResolver |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.fqn.FqnResolverFactory moved to org.eclipse.che.plugin.debugger.ide.fqn.FqnResolverFactory |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.DebuggerResources moved to org.eclipse.che.plugin.debugger.ide.DebuggerResources |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationAction moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.EvaluateExpressionAction moved to org.eclipse.che.plugin.debugger.ide.actions.EvaluateExpressionAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiStackFrameImpl moved to org.eclipse.che.plugin.jdb.server.JdiStackFrameImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.ShowHideDebuggerPanelAction moved to org.eclipse.che.plugin.debugger.ide.actions.ShowHideDebuggerPanelAction |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbRunTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbRunTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationActionTest moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationActionTest |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.GdbServer moved to org.eclipse.che.plugin.gdb.server.GdbServer |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerViewImpl moved to org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.BaseTest moved to org.eclipse.che.plugin.debugger.ide.BaseTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.BreakPointComparator moved to org.eclipse.che.plugin.jdb.server.BreakPointComparator |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ExpressionParser moved to org.eclipse.che.plugin.jdb.server.expression.ExpressionParser |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoArgs moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoArgs |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.DebuggerExtension moved to org.eclipse.che.plugin.debugger.ide.DebuggerExtension |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.VariableTreeNodeRenderer moved to org.eclipse.che.plugin.debugger.ide.debug.VariableTreeNodeRenderer |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerPresenter moved to org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationPagePresenter moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationPagePresenter |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationPagePresenter moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPagePresenter |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbPTypeTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbPTypeTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationsManagerImpl moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationsManagerImpl |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbDirectory moved to org.eclipse.che.plugin.gdb.server.parser.GdbDirectory |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiStackFrame moved to org.eclipse.che.plugin.jdb.server.JdiStackFrame |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoProgramTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoProgramTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.ResumeExecutionAction moved to org.eclipse.che.plugin.debugger.ide.actions.ResumeExecutionAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.fqn.FqnResolver moved to org.eclipse.che.plugin.debugger.ide.fqn.FqnResolver |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.DebugActionTest moved to org.eclipse.che.plugin.debugger.ide.actions.DebugActionTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiNullValue moved to org.eclipse.che.plugin.jdb.server.JdiNullValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ANTLRExpressionParser moved to org.eclipse.che.plugin.jdb.server.expression.ANTLRExpressionParser |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiValue moved to org.eclipse.che.plugin.jdb.server.JdiValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger moved to org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.debug.JavaDebuggerFileHandler moved to org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerFileHandler |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbPrintTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbPrintTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.fqn.FqnResolverObservable moved to org.eclipse.che.plugin.debugger.ide.fqn.FqnResolverObservable |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoLine moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoLine |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiLocalVariable moved to org.eclipse.che.plugin.jdb.server.JdiLocalVariable |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationType moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationType |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.Evaluator moved to org.eclipse.che.plugin.jdb.server.expression.Evaluator |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.DebugAction moved to org.eclipse.che.plugin.debugger.ide.actions.DebugAction |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.changevalue.ChangeValueView moved to org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValueView |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ArrayElement moved to org.eclipse.che.plugin.jdb.server.expression.ArrayElement |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.GdbExtension moved to org.eclipse.che.plugin.gdb.ide.GdbExtension |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbVersion moved to org.eclipse.che.plugin.gdb.server.parser.GdbVersion |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.shared.DebugConfigurationDto moved to org.eclipse.che.plugin.debugger.ide.configuration.dto.DebugConfigurationDto |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.client.configuration.JavaDebugConfigurationPageViewImpl moved to org.eclipse.che.plugin.jdb.ide.configuration.JavaDebugConfigurationPageViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.inject.DebuggerGinModule moved to org.eclipse.che.plugin.debugger.ide.inject.DebuggerGinModule |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.LocalValue moved to org.eclipse.che.plugin.jdb.server.expression.LocalValue |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiArrayElement moved to org.eclipse.che.plugin.jdb.server.JdiArrayElement |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbInfoBreak moved to org.eclipse.che.plugin.gdb.server.parser.GdbInfoBreak |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.GdbDebugger moved to org.eclipse.che.plugin.gdb.server.GdbDebugger |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationActionFactory moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationActionFactory |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerPresenterTest moved to org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenterTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.changevalue.ChangeValueViewImpl moved to org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValueViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.configuration.DebugConfigurationsGroup moved to org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationsGroup |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbPType moved to org.eclipse.che.plugin.gdb.server.parser.GdbPType |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationPageViewImpl moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPageViewImpl |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.GdbGinModule moved to org.eclipse.che.plugin.gdb.ide.GdbGinModule |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.VariableNodeDataAdapter moved to org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbDeleteTest moved to org.eclipse.che.plugin.gdb.server.parser.GdbDeleteTest |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.actions.EditConfigurationsAction moved to org.eclipse.che.plugin.debugger.ide.actions.EditConfigurationsAction |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.server.parser.GdbFile moved to org.eclipse.che.plugin.gdb.server.parser.GdbFile |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.EventsHandler moved to org.eclipse.che.plugin.jdb.server.EventsHandler |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.changevalue.ChangeValuePresenter moved to org.eclipse.che.plugin.debugger.ide.debug.changevalue.ChangeValuePresenter |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.JavaTreeParser moved to org.eclipse.che.plugin.jdb.server.expression.JavaTreeParser |
From |
To |
|
Move Class org.eclipse.che.ide.gdb.client.configuration.GdbConfigurationPageView moved to org.eclipse.che.plugin.gdb.ide.configuration.GdbConfigurationPageView |
From |
To |
|
Move Class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerServiceClient moved to org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.ExpressionException moved to org.eclipse.che.plugin.jdb.server.expression.ExpressionException |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiVariable moved to org.eclipse.che.plugin.jdb.server.JdiVariable |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.expression.JavaParser moved to org.eclipse.che.plugin.jdb.server.expression.JavaParser |
From |
To |
|
Move Class org.eclipse.che.ide.ext.java.jdi.server.JdiLocalVariableImpl moved to org.eclipse.che.plugin.jdb.server.JdiLocalVariableImpl |
From |
To |
|
Change Variable Type result : Promise<String> to result : Promise<StackFrameDump> in method public testGetStackFrameDump() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type mockStackFrameDump : StackFrameDump to mockStackFrameDumpDto : StackFrameDumpDto in method public testGetStackFrameDump() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type connect : Promise<DebuggerInfo> to connect : Promise<DebugSessionDto> in method public connect(connectionProperties Map<String,String>) : Promise<Void> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type promiseDebuggerInfo : Promise<DebuggerInfo> to promiseDebuggerInfo : Promise<DebugSessionDto> in method public testAttachDebugger() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type localRoot : DebuggerVariable to localRoot : MutableVariable in method public getNodeByPath(root MutableVariable, relativeNodePath List<String>) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Variable Type promise : Promise<String> to promise : Promise<StackFrameDump> in method private updateStackFrameDump() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Change Variable Type executionPoint : Location to executionPoint : LocationDto in method public testOnBreakpointStopped() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenterTest |
From |
To |
|
Change Variable Type root : DebuggerVariable to root : MutableVariable in method public setVariables(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Variable Type rootVariable : DebuggerVariable to rootVariable : MutableVariable in method public setVariablesIntoSelectedVariable(variables List<? extends Variable>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Variable Type rootVariables : List<DebuggerVariable> to rootVariables : List<? extends Variable> in method public onExpandVariablesTree() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Change Variable Type promise : Promise<String> to promise : Promise<SimpleValue> in method public onExpandVariablesTree() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Change Variable Type promise : Promise<StackFrameDump> to stackFrameDump : Promise<StackFrameDumpDto> in method public dumpStackFrame() : Promise<StackFrameDump> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type variables : List<DebuggerVariable> to variables : List<MutableVariable> in method public getNodeByPath(root MutableVariable, relativeNodePath List<String>) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Variable Type promiseValue : Promise<Value> to promiseValue : Promise<SimpleValueDto> in method public testGetValue() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type node : TreeNodeElement<DebuggerVariable> to node : TreeNodeElement<MutableVariable> in method protected DebuggerViewImpl(partStackUIResources PartStackUIResources, resources DebuggerResources, locale DebuggerLocalizationConstant, coreRes Resources, rendererResources VariableTreeNodeRenderer.Resources, uiBinder DebuggerViewImplUiBinder) in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Variable Type dump : StackFrameDump to dump : StackFrameDumpDto in method public dumpStackFrame() : StackFrameDumpDto in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Variable Type value : Value to variableDto : VariableDto in method public testGetValue() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type chPath : VariablePath to chPath : VariablePathDto in method public getValue(variablePath VariablePath) : SimpleValue in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Variable Type breakpointEvent : BreakpointEvent to suspendEvent : SuspendEvent in method private resume() : void in class org.eclipse.che.plugin.gdb.server.GdbDebuggerTest |
From |
To |
|
Change Variable Type location : Location to locationDto : LocationDto in method public addBreakpoint(file VirtualFile, lineNumber int) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type promise : Promise<Value> to promise : Promise<SimpleValueDto> in method public getValue(variable Variable) : Promise<SimpleValue> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type location : Location to newLocationDto : LocationDto in method private onEventListReceived(event DebuggerEventDto) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type debuggerInfo : DebuggerInfo to debugSessionDto : DebugSessionDto in method protected restoreDebuggerState() : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type breakpoint : Breakpoint to breakpointDto : BreakpointDto in method private onEventListReceived(event DebuggerEventDto) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Variable Type stepEvent : StepEvent to suspendEvent : SuspendEvent in method private stepOver() : void in class org.eclipse.che.plugin.gdb.server.GdbDebuggerTest |
From |
To |
|
Change Variable Type promiseStackFrameDump : Promise<StackFrameDump> to promiseStackFrameDump : Promise<StackFrameDumpDto> in method public testGetStackFrameDump() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type value : Value to value : SimpleValue in method private doSetAndGetValues() : void in class org.eclipse.che.plugin.gdb.server.GdbDebuggerTest |
From |
To |
|
Change Variable Type breakpointEvent : BreakpointEvent to suspendEvent : SuspendEvent in method private startDebugger() : void in class org.eclipse.che.plugin.gdb.server.GdbDebuggerTest |
From |
To |
|
Change Variable Type variable : DebuggerVariable to variable : MutableVariable in method public getNodeByPath(root MutableVariable, relativeNodePath List<String>) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Variable Type rootVariables : List<DebuggerVariable> to rootVariables : List<MutableVariable> in method public testOnExpandVariablesTree() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenterTest |
From |
To |
|
Change Return Type Promise<Void> to Promise<DebugSessionDto> in method public getSessionInfo(id String) : Promise<DebugSessionDto> in class org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Change Return Type Location to LocationDto in method public withLineNumber(lineNumber int) : LocationDto in class org.eclipse.che.api.debug.shared.dto.LocationDto |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withPort(port int) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type Value to SimpleValueDto in method public withVariables(variables List<VariableDto>) : SimpleValueDto in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Change Return Type Promise<String> to Promise<SimpleValue> in method public getValue(variable Variable) : Promise<SimpleValue> in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Return Type List<DebuggerVariable> to List<MutableVariable> in method public getChildren(data MutableVariable) : List<MutableVariable> in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Return Type Field to FieldDto in method public withIsTransient(value boolean) : FieldDto in class org.eclipse.che.api.debug.shared.dto.FieldDto |
From |
To |
|
Change Return Type Variable to VariableDto in method public withVariables(variables List<VariableDto>) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type VariablePath to VariablePathDto in method public withPath(path List<String>) : VariablePathDto in class org.eclipse.che.api.debug.shared.dto.VariablePathDto |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withVersion(version String) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type Promise<String> to Promise<StackFrameDump> in method public dumpStackFrame() : Promise<StackFrameDump> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Return Type DebuggerVariable to MutableVariable in method public getSelectedDebuggerVariable() : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Change Return Type List<Field> to List<FieldDto> in method public getFields() : List<FieldDto> in class org.eclipse.che.api.debug.shared.dto.StackFrameDumpDto |
From |
To |
|
Change Return Type Field to FieldDto in method public withIsStatic(value boolean) : FieldDto in class org.eclipse.che.api.debug.shared.dto.FieldDto |
From |
To |
|
Change Return Type Promise<String> to Promise<SimpleValue> in method public getValue(variable Variable) : Promise<SimpleValue> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Return Type Variable to VariableDto in method public withType(type String) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Promise<StackFrameDump> to Promise<StackFrameDumpDto> in method public getStackFrameDump(id String) : Promise<StackFrameDumpDto> in class org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Change Return Type Variable to VariableDto in method public withExistInformation(existInformation boolean) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Promise<BreakpointList> to Promise<List<BreakpointDto>> in method public getAllBreakpoints(id String) : Promise<List<BreakpointDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Change Return Type Variable to VariableDto in method public withName(name String) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Breakpoint to BreakpointDto in method public withCondition(condition String) : BreakpointDto in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |
|
Change Return Type DebuggerVariable to MutableVariable in method public getNodeByPath(root MutableVariable, relativeNodePath List<String>) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Return Type Variable to VariableDto in method public withValue(value String) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type VariablePath to VariablePathDto in method public getVariablePath() : VariablePathDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type TreeNodeElement<DebuggerVariable> to TreeNodeElement<MutableVariable> in method public getRenderedTreeNode(data MutableVariable) : TreeNodeElement<MutableVariable> in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Return Type StackFrameDump to StackFrameDumpDto in method public withFields(fields List<FieldDto>) : StackFrameDumpDto in class org.eclipse.che.api.debug.shared.dto.StackFrameDumpDto |
From |
To |
|
Change Return Type List<Variable> to List<VariableDto> in method public getVariables() : List<VariableDto> in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Change Return Type Promise<StackFrameDump> to Promise<StackFrameDumpDto> in method public getStackFrameDump(id String) : Promise<StackFrameDumpDto> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Change Return Type DebuggerVariable to Variable in method public getSelectedVariable() : Variable in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Change Return Type Promise<BreakpointList> to Promise<List<BreakpointDto>> in method public getAllBreakpoints(id String) : Promise<List<BreakpointDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Change Return Type Promise<String> to Promise<StackFrameDump> in method public dumpStackFrame() : Promise<StackFrameDump> in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Return Type Variable to VariableDto in method public withVariablePath(variablePath VariablePathDto) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Breakpoint to BreakpointDto in method public withLocation(location LocationDto) : BreakpointDto in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |
|
Change Return Type Value to SimpleValueDto in method public withValue(value String) : SimpleValueDto in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Change Return Type StepEvent to SuspendEventDto in method public withLocation(location LocationDto) : SuspendEventDto in class org.eclipse.che.api.debug.shared.dto.event.SuspendEventDto |
From |
To |
|
Change Return Type Value to SimpleValue in method public getValue(variablePath VariablePath) : SimpleValue in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Return Type Field to FieldDto in method public withIsVolatile(value boolean) : FieldDto in class org.eclipse.che.api.debug.shared.dto.FieldDto |
From |
To |
|
Change Return Type List<Variable> to List<VariableDto> in method public getVariables() : List<VariableDto> in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Field to FieldDto in method public withIsFinal(value boolean) : FieldDto in class org.eclipse.che.api.debug.shared.dto.FieldDto |
From |
To |
|
Change Return Type DebuggerVariable to MutableVariable in method public getSelectedDebuggerVariable() : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView |
From |
To |
|
Change Return Type Variable to VariableDto in method public withPrimitive(primitive boolean) : VariableDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type Breakpoint to BreakpointDto in method public withEnabled(enabled boolean) : BreakpointDto in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |
|
Change Return Type StackFrameDump to StackFrameDumpDto in method public dumpStackFrame() : StackFrameDumpDto in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withPid(pid int) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type Promise<Void> to Promise<DebugSessionDto> in method public getSessionInfo(id String) : Promise<DebugSessionDto> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withHost(host String) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type DebuggerVariable to MutableVariable in method public getParent(data MutableVariable) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Return Type Location to LocationDto in method public getLocation() : LocationDto in class org.eclipse.che.api.debug.shared.dto.event.SuspendEventDto |
From |
To |
|
Change Return Type DebuggerEventList to DebuggerEventDto in method public getPayload() : DebuggerEventDto in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerEventUnmarshaller |
From |
To |
|
Change Return Type BreakpointActivatedEvent to BreakpointActivatedEventDto in method public withBreakpoint(breakpoint BreakpointDto) : BreakpointActivatedEventDto in class org.eclipse.che.api.debug.shared.dto.event.BreakpointActivatedEventDto |
From |
To |
|
Change Return Type DebuggerVariable to MutableVariable in method public getDragDropTarget(data MutableVariable) : MutableVariable in class org.eclipse.che.plugin.debugger.ide.debug.VariableNodeDataAdapter |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withFile(file String) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type Breakpoint to BreakpointDto in method public getBreakpoint() : BreakpointDto in class org.eclipse.che.api.debug.shared.dto.event.BreakpointActivatedEventDto |
From |
To |
|
Change Return Type DebuggerInfo to DebuggerInfoDto in method public withName(name String) : DebuggerInfoDto in class org.eclipse.che.api.debug.shared.dto.DebuggerInfoDto |
From |
To |
|
Change Return Type Location to LocationDto in method public getLocation() : LocationDto in class org.eclipse.che.api.debug.shared.dto.BreakpointDto |
From |
To |