70a4733dad7aa590ea1cd1696f55b2958ea61764
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public handleActivateFile(virtualFile VirtualFile, callback AsyncCallback<VirtualFile>) : void renamed to public handleActivatedFile(virtualFile VirtualFile, callback AsyncCallback<VirtualFile>, debugLine int) : void in class org.eclipse.che.plugin.gdb.ide.GdbDebuggerFileHandler | From | To | |
Rename Method public handleActivateFile(virtualFile VirtualFile, callback AsyncCallback<VirtualFile>) : void renamed to public handleActivatedFile(virtualFile VirtualFile, callback AsyncCallback<VirtualFile>, debugLine int) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerFileHandler | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type editor : TextEditorPresenter to editor : TextEditor in method private scrollEditorToExecutionPoint(editor TextEditor, lineNumber int) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerFileHandler | From | To | |
Change Parameter Type editor : TextEditorPresenter to editor : TextEditor in method private scrollEditorToExecutionPoint(editor TextEditor, lineNumber int) : void in class org.eclipse.che.plugin.gdb.ide.GdbDebuggerFileHandler | From | To | |
Change Parameter Type className : String to location : Location in method private openExternalResource(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerFileHandler | From | To | |
Change Return Type | 4 | ||
Change Return Type List<String> to String in method protected fqnToPath(location Location) : String in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebugger | From | To | |
Change Return Type List<String> to String in method protected fqnToPath(location Location) : String in class org.eclipse.che.plugin.debugger.ide.debug.DebuggerTest.TestDebugger | From | To | |
Change Return Type List<String> to String in method protected fqnToPath(location Location) : String in class org.eclipse.che.plugin.gdb.ide.GdbDebugger | From | To | |
Change Return Type List<String> to String in method protected abstract fqnToPath(location Location) : String in class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute protected fqnResolverFactory : FqnResolverFactory from class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger to public fqnResolverFactory : FqnResolverFactory from class org.eclipse.che.plugin.jdb.ide.debug.JavaDebugger | From | To | |
Push Down Attribute protected fileTypeRegistry : FileTypeRegistry from class org.eclipse.che.plugin.debugger.ide.debug.AbstractDebugger to public fileTypeRegistry : FileTypeRegistry from class org.eclipse.che.plugin.jdb.ide.debug.JavaDebugger | From | To | |
Rename Parameter | 1 | ||
Rename Parameter className : String to location : Location in method private openExternalResource(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.jdb.ide.debug.JavaDebuggerFileHandler | From | To |