|
Change Parameter Type lineNumber : int to breakpoint : Breakpoint in method public addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Parameter Type field : Field to jdiField : com.sun.jdi.Field in method public JdbField(jdiField com.sun.jdi.Field, type ReferenceType, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Change Parameter Type lineNumber : int to breakpoint : Breakpoint in method public deleteBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Parameter Type thread : ThreadReference to stackFrame : StackFrame in method public Evaluator(vm VirtualMachine, stackFrame StackFrame) in class org.eclipse.che.plugin.jdb.server.expression.Evaluator |
From |
To |
|
Change Parameter Type field : Field to jdiField : com.sun.jdi.Field in method public JdbField(jdiField com.sun.jdi.Field, object ObjectReference, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public MutableVariableImpl(type String, name String, value SimpleValue, variablePath VariablePath, isPrimitive boolean) in class org.eclipse.che.api.debug.shared.model.impl.MutableVariableImpl |
From |
To |
|
Change Parameter Type thread : ThreadReference to jdiStackFrame : StackFrame in method public LocalValue(jdiStackFrame StackFrame, variable LocalVariable) in class org.eclipse.che.plugin.jdb.server.expression.LocalValue |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public setValue(value SimpleValue) : void in class org.eclipse.che.api.debug.shared.model.impl.MutableVariableImpl |
From |
To |
|
Change Parameter Type lineNumber : int to breakpoint : Breakpoint in method public addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.plugin.gdb.ide.GdbDebugger |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public VariableImpl(type String, name String, value SimpleValue, isPrimitive boolean, variablePath VariablePath) in class org.eclipse.che.api.debug.shared.model.impl.VariableImpl |
From |
To |
|
Change Parameter Type index : int to jdiValue : Value in method public JdbArrayElement(jdiValue Value, index int, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbArrayElement |
From |
To |
|
Change Parameter Type lineNumber : int to breakpoint : Breakpoint in method public deleteBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public VariableImpl(value SimpleValue, variablePath VariablePath) in class org.eclipse.che.api.debug.shared.model.impl.VariableImpl |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public setValue(value SimpleValue) : void in class org.eclipse.che.api.debug.shared.model.MutableVariable |
From |
To |
|
Change Parameter Type value : String to value : SimpleValue in method public FieldImpl(name String, value SimpleValue, type String, isPrimitive boolean, variablePath VariablePath, isFinal boolean, isStatic boolean, isTransient boolean, isVolatile boolean) in class org.eclipse.che.api.debug.shared.model.impl.FieldImpl |
From |
To |
|
Change Variable Type pathBreakpoints : List<Breakpoint> to debugger : Debugger in method private addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Change Variable Type location : Location to jdbLocation : JdbLocation in method private processStepEvent(event StepEvent) : boolean in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Variable Type result : Promise<SimpleValue> to result : Promise<? extends SimpleValue> in method public testGetValue() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest |
From |
To |
|
Change Variable Type variable : JdiVariable to index : int in method public getValue(variablePath VariablePath, threadId long, frameIndex int) : SimpleValue in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Variable Type breakpoint : Breakpoint to observer : BreakpointManagerObserver in method private addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Method private asDto(variable Variable) : VariableDto renamed to private toDto(variable Variable) : VariableDto in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Rename Method private openExternalResource(location Location, callback AsyncCallback<VirtualFile>) : void renamed to private findExternalResource(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerResourceHandler |
From |
To |
|
Rename Method public setBreakPointAndWaitInactiveState(position int) : void renamed to public setInactiveBreakpoint(position int) : void in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method public isTransient() : boolean renamed to public isIsTransient() : boolean in class org.eclipse.che.api.debug.shared.model.impl.FieldImpl |
From |
To |
|
Rename Method private asDto(variables List<? extends Variable>) : List<VariableDto> renamed to private toDto(variables List<? extends Variable>) : List<VariableDto> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Rename Method public getStackFrameDump(sessionId String) : StackFrameDumpDto renamed to public getThreadDump(sessionId String) : List<ThreadStateDto> in class org.eclipse.che.api.debugger.server.DebuggerService |
From |
To |
|
Rename Method public getTextFromVariablePanel() : String renamed to public getVariables() : String in class org.eclipse.che.selenium.pageobject.debug.DebugPanel |
From |
To |
|
Rename Method private setCurrentBreakpoint(filePath String, lineNumber int) : void renamed to private setSuspendedLocation(location Location) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Method public isVolatile() : boolean renamed to public isIsVolatile() : boolean in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Method public isStatic() : boolean renamed to public isIsStatic() : boolean in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Method public isStatic() : boolean renamed to public isIsStatic() : boolean in class org.eclipse.che.api.debug.shared.model.impl.FieldImpl |
From |
To |
|
Rename Method public getValue() : String renamed to public getString() : String in class org.eclipse.che.api.debug.shared.dto.SimpleValueDto |
From |
To |
|
Rename Method public isVolatile() : boolean renamed to public isIsVolatile() : boolean in class org.eclipse.che.api.debug.shared.model.impl.FieldImpl |
From |
To |
|
Rename Method public waitBreakPointWithActiveState(position int) : void renamed to public waitAcitveBreakpoint(position int) : void in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method private isLineNotEmpty(activeFile VirtualFile, lineNumber int) : boolean renamed to private isLineEmpty(activeFile VirtualFile, lineNumber int) : boolean in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Method public isFinal() : boolean renamed to public isIsFinal() : boolean in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Method public isFinal() : boolean renamed to public isIsFinal() : boolean in class org.eclipse.che.api.debug.shared.model.impl.FieldImpl |
From |
To |
|
Rename Method public getStackFrameDump(id String) : Promise<StackFrameDumpDto> renamed to public getThreadDump(id String) : Promise<List<ThreadStateDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Rename Method public openFile(location Location, callback AsyncCallback<VirtualFile>) : void renamed to public find(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerResourceHandler |
From |
To |
|
Rename Method public getStackFrameDump(id String) : Promise<StackFrameDumpDto> renamed to public getThreadDump(id String) : Promise<List<ThreadStateDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Rename Method public showView() : void renamed to public addDebuggerPanel() : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter |
From |
To |
|
Rename Method public isTransient() : boolean renamed to public isIsTransient() : boolean in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Method public getValue() : String renamed to public getString() : String in class org.eclipse.che.api.debug.shared.model.SimpleValue |
From |
To |
|
Rename Method public getValue() : String renamed to public getString() : String in class org.eclipse.che.api.debug.shared.model.impl.SimpleValueImpl |
From |
To |
|
Rename Variable variable : JdiVariable to index : int in method public getValue(variablePath VariablePath, threadId long, frameIndex int) : SimpleValue in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Rename Variable breakpoint : Breakpoint to observer : BreakpointManagerObserver in method private addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Variable pathBreakpoints : List<Breakpoint> to debugger : Debugger in method private addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Variable location : Location to jdbLocation : JdbLocation in method private processStepEvent(event StepEvent) : boolean in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Rename Variable breakpointRenderer : BreakpointRenderer to renderer : BreakpointRenderer in method private setSuspendedLocation(location Location) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Variable variable : MutableVariableImpl to that : MutableVariableImpl in method public equals(o Object) : boolean in class org.eclipse.che.api.debug.shared.model.impl.MutableVariableImpl |
From |
To |
|
Rename Variable breakpointRenderer : BreakpointRenderer to renderer : BreakpointRenderer in method private onOpenEditor(filePath String, editor EditorPartPresenter) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Inline Method protected getPath(location Location) : String inlined to protected searchSource(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DefaultDebuggerResourceHandler |
From |
To |
|
Inline Method protected getPath(location Location) : String inlined to protected findInWorkspace(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DefaultDebuggerResourceHandler |
From |
To |
|
Inline Method private doSetCurrentBreakpoint(activeFile VirtualFile, lineNumber int) : void inlined to private setSuspendedLocation(location Location) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Inline Method private asDto(variablePath VariablePath) : VariablePathDto inlined to private toDto(variable Variable) : VariableDto in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Inline Method protected getPath(location Location) : String inlined to protected findInProject(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DefaultDebuggerResourceHandler |
From |
To |
|
Inline Method public asVariablesDto(variables List<? extends Variable>) : List<VariableDto> inlined to public asDto(value SimpleValue) : SimpleValueDto in class org.eclipse.che.api.debugger.server.DtoConverter |
From |
To |
|
Change Return Type Promise<SimpleValue> to Promise<? extends SimpleValue> in method public getValue(variable Variable, threadId long, frameIndex int) : Promise<? extends SimpleValue> in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Return Type String to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.api.debug.shared.model.Variable |
From |
To |
|
Change Return Type JdiValue to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Change Return Type String to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.plugin.zdb.server.variables.ZendDbgVariable |
From |
To |
|
Change Return Type JdiStackFrame to JdbStackFrame in method private getCurrentFrame() : JdbStackFrame in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Return Type Promise<SimpleValue> to Promise<? extends SimpleValue> in method public getValue(variable Variable, threadId long, frameIndex int) : Promise<? extends SimpleValue> in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Change Return Type Promise<StackFrameDumpDto> to Promise<List<ThreadStateDto>> in method public getThreadDump(id String) : Promise<List<ThreadStateDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClientImpl |
From |
To |
|
Change Return Type String to SimpleValueDto in method public getValue() : SimpleValueDto in class org.eclipse.che.api.debug.shared.dto.VariableDto |
From |
To |
|
Change Return Type StackFrameDumpDto to StackFrameDump in method public dumpStackFrame() : StackFrameDump in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Return Type String to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.api.debug.shared.model.impl.MutableVariableImpl |
From |
To |
|
Change Return Type Promise<StackFrameDumpDto> to Promise<List<ThreadStateDto>> in method public getThreadDump(id String) : Promise<List<ThreadStateDto>> in class org.eclipse.che.ide.api.debug.DebuggerServiceClient |
From |
To |
|
Change Return Type String to SimpleValueDto in method public getValue() : SimpleValueDto in class org.eclipse.che.api.debug.shared.dto.FieldDto |
From |
To |
|
Change Return Type StackFrameDumpDto to List<ThreadStateDto> in method public getThreadDump(sessionId String) : List<ThreadStateDto> in class org.eclipse.che.api.debugger.server.DebuggerService |
From |
To |
|
Change Return Type JdiValue to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.plugin.jdb.server.model.JdbArrayElement |
From |
To |
|
Change Return Type String to SimpleValue in method public getValue() : SimpleValue in class org.eclipse.che.api.debug.shared.model.impl.VariableImpl |
From |
To |
|
Rename Attribute currentBreakpoint : Breakpoint to suspendedLocation : Location in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Attribute thread : ThreadReference to stackFrame : StackFrame in class org.eclipse.che.plugin.jdb.server.expression.Evaluator |
From |
To |
|
Rename Attribute resourcePath : String to method : Method in class org.eclipse.che.api.debug.shared.model.impl.LocationImpl |
From |
To |
|
Rename Attribute res : DebuggerResources to debuggerResources : DebuggerResources in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl |
From |
To |
|
Rename Attribute activeFileHandler : ActiveFileHandler to debuggerResourceHandlerFactory : DebuggerResourceHandlerFactory in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Rename Attribute field : Field to jdiField : Field in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Attribute thread : ThreadReference to jdiStackFrame : StackFrame in class org.eclipse.che.plugin.jdb.server.expression.LocalValue |
From |
To |
|
Change Attribute Type field : Field to jdiField : com.sun.jdi.Field in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Change Attribute Type activeFileHandler : ActiveFileHandler to debuggerResourceHandlerFactory : DebuggerResourceHandlerFactory in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Change Attribute Type value : String to value : SimpleValue in class org.eclipse.che.api.debug.shared.model.impl.VariableImpl |
From |
To |
|
Change Attribute Type thread : ThreadReference to jdiStackFrame : StackFrame in class org.eclipse.che.plugin.jdb.server.expression.LocalValue |
From |
To |
|
Change Attribute Type stackFrame : JdiStackFrame to stackFrame : JdbStackFrame in class org.eclipse.che.plugin.jdb.server.JavaDebugger |
From |
To |
|
Change Attribute Type debugger : Debugger to debugger : JavaDebugger in class org.eclipse.che.plugin.jdb.server.JavaDebuggerTest |
From |
To |
|
Change Attribute Type currentBreakpoint : Breakpoint to suspendedLocation : Location in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Change Attribute Type thread : ThreadReference to stackFrame : StackFrame in class org.eclipse.che.plugin.jdb.server.expression.Evaluator |
From |
To |
|
Change Attribute Type resourcePath : String to method : Method in class org.eclipse.che.api.debug.shared.model.impl.LocationImpl |
From |
To |
|
Change Attribute Type value : Value to value : SimpleValue in class org.eclipse.che.plugin.jdb.server.model.JdbArrayElement |
From |
To |
|
Change Attribute Type value : String to value : SimpleValue in class org.eclipse.che.api.debug.shared.model.impl.MutableVariableImpl |
From |
To |
|
Rename Parameter lineNumber : int to breakpoint : Breakpoint in method public addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Rename Parameter index : int to jdiValue : Value in method public JdbArrayElement(jdiValue Value, index int, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbArrayElement |
From |
To |
|
Rename Parameter value : Value to jdiValue : Value in method public JdbArrayElement(jdiValue Value, index int, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbArrayElement |
From |
To |
|
Rename Parameter thread : ThreadReference to stackFrame : StackFrame in method public Evaluator(vm VirtualMachine, stackFrame StackFrame) in class org.eclipse.che.plugin.jdb.server.expression.Evaluator |
From |
To |
|
Rename Parameter result : VirtualFile to virtualFile : VirtualFile in method public onSuccess(virtualFile VirtualFile) : void in class org.eclipse.che.plugin.debugger.ide.debug.DefaultDebuggerResourceHandler.doFind.findInOpenedEditors.onFailure.findInProject |
From |
To |
|
Rename Parameter lineNumber : int to breakpoint : Breakpoint in method public deleteBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger |
From |
To |
|
Rename Parameter lineNumber : int to breakpoint : Breakpoint in method public addBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.plugin.gdb.ide.GdbDebugger |
From |
To |
|
Rename Parameter field : Field to jdiField : Field in method public JdbField(jdiField Field, type ReferenceType, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Parameter path : String to filePath : String in method private onOpenEditor(filePath String, editor EditorPartPresenter) : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl |
From |
To |
|
Rename Parameter lineNumber : int to breakpoint : Breakpoint in method public deleteBreakpoint(file VirtualFile, breakpoint Breakpoint) : void in class org.eclipse.che.ide.debug.Debugger |
From |
To |
|
Rename Parameter field : Field to jdiField : Field in method public JdbField(jdiField Field, object ObjectReference, parentPath VariablePath) in class org.eclipse.che.plugin.jdb.server.model.JdbField |
From |
To |
|
Rename Parameter thread : ThreadReference to jdiStackFrame : StackFrame in method public LocalValue(jdiStackFrame StackFrame, variable LocalVariable) in class org.eclipse.che.plugin.jdb.server.expression.LocalValue |
From |
To |