001c155dac3e3bbd0ee508b80d099f8cddff50d2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getEditorForFile(fileNode VirtualFile) : EditorPartPresenter renamed to private getBreakpointRendererForFile(path String) : BreakpointRenderer in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type fileNode : VirtualFile to path : String in method private getBreakpointRendererForFile(path String) : BreakpointRenderer in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Change Parameter Type activeFile : VirtualFile to breakpoint : Breakpoint in method private doDeleteBreakpoint(breakpoint Breakpoint) : void in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Change Parameter Type file : VirtualFile to path : String in method private onOpenEditor(path String, editor EditorPartPresenter) : void in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type EditorPartPresenter to BreakpointRenderer in method private getBreakpointRendererForFile(path String) : BreakpointRenderer in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Extract Method | 1 | ||
Extract Method private getEditorForFile(path String) : EditorPartPresenter extracted from private getEditorForFile(fileNode VirtualFile) : EditorPartPresenter in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Rename Parameter | 3 | ||
Rename Parameter fileNode : VirtualFile to path : String in method private getBreakpointRendererForFile(path String) : BreakpointRenderer in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Rename Parameter activeFile : VirtualFile to breakpoint : Breakpoint in method private doDeleteBreakpoint(breakpoint Breakpoint) : void in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To | |
Rename Parameter file : VirtualFile to path : String in method private onOpenEditor(path String, editor EditorPartPresenter) : void in class org.eclipse.che.ide.jseditor.client.debug.BreakpointManagerImpl | From | To |