52b3dbd3e46e09d646aef9607d7ea84493c564a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public openEditor(currentEditor ITextEditor, editorId String, newInput IEditorInput, openNewEditor OpenNewEditorMode) : ITextEditor extracted from public openEditor(currentEditor ITextEditor, editorId String, newInput IEditorInput, sourceRange SourceRange, openNewEditor OpenNewEditorMode) : ITextEditor in class melnorme.lang.ide.ui.editor.EditorUtils | From | To | |
Extract Method public openEditorAndSetSelection(currentEditor ITextEditor, editorId String, newInput IEditorInput, openNewEditor OpenNewEditorMode, selectionRange SourceRange) : ITextEditor extracted from public openEditor(currentEditor ITextEditor, editorId String, newInput IEditorInput, sourceRange SourceRange, openNewEditor OpenNewEditorMode) : ITextEditor in class melnorme.lang.ide.ui.editor.EditorUtils | From | To |