40ff60038d27e99776d2d015216db7e0df62aea2
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getBreakpointList() : List<Breakpoint> renamed to public getAll() : List<Breakpoint> in class org.eclipse.che.ide.debug.BreakpointManagerImpl | From | To | |
Rename Method public getBreakpointList() : List<Breakpoint> renamed to public getAll() : List<Breakpoint> in class org.eclipse.che.ide.api.debug.BreakpointManager | From | To | |
Rename Method private deleteBreakpoint(activeFile VirtualFile, breakpoint Breakpoint) : void renamed to public deleteAll() : void in class org.eclipse.che.ide.debug.BreakpointManagerImpl | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public onDebuggerAttached(debuggerDescriptor DebuggerDescriptor, connect Promise<Void>) : void moved from class org.eclipse.che.plugin.debugger.ide.debug.DebuggerPresenter to class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger & inlined to public connect(connectionProperties Map<String,String>) : Promise<Void> | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type breakPoints : List<Breakpoint> to breakpoints : List<ActiveBreakpointWrapper> in method public setBreakpoints(breakpoints List<ActiveBreakpointWrapper>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView | From | To | |
Change Parameter Type debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in method public BreakpointItemRender(breakpointResources BreakpointResources) in class org.eclipse.che.plugin.debugger.ide.debug.BreakpointItemRender | From | To | |
Change Parameter Type breakpoints : List<Breakpoint> to breakpoints : List<ActiveBreakpointWrapper> in method public setBreakpoints(breakpoints List<ActiveBreakpointWrapper>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type SimpleList<Breakpoint> to SimpleList<ActiveBreakpointWrapper> in method private createBreakpointList() : SimpleList<ActiveBreakpointWrapper> in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Rename Attribute | 2 | ||
Rename Attribute debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Rename Attribute debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in class org.eclipse.che.plugin.debugger.ide.debug.BreakpointItemRender | From | To | |
Change Variable Type | 1 | ||
Change Variable Type breakpointListEventDelegate : SimpleList.ListEventDelegate<Breakpoint> to breakpointListEventDelegate : SimpleList.ListEventDelegate<ActiveBreakpointWrapper> in method private createBreakpointList() : SimpleList<ActiveBreakpointWrapper> in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type breakpoints : SimpleList<Breakpoint> to breakpoints : SimpleList<ActiveBreakpointWrapper> in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Change Attribute Type debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in class org.eclipse.che.plugin.debugger.ide.debug.BreakpointItemRender | From | To | |
Change Attribute Type debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerViewImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter breakPoints : List<Breakpoint> to breakpoints : List<ActiveBreakpointWrapper> in method public setBreakpoints(breakpoints List<ActiveBreakpointWrapper>) : void in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerView | From | To | |
Rename Parameter debuggerResources : DebuggerResources to breakpointResources : BreakpointResources in method public BreakpointItemRender(breakpointResources BreakpointResources) in class org.eclipse.che.plugin.debugger.ide.debug.BreakpointItemRender | From | To |