de960d7347aaaeecd125c3d545b421a5069bebfd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type callback : EditorAgent.OpenEditorCallback to callback : OpenEditorCallback in method protected initializeEditor(callback OpenEditorCallback) : void in class org.eclipse.che.ide.editor.orion.client.OrionEditorPresenter | From | To | |
Extract Method | 2 | ||
Extract Method private finalizeInit(file VirtualFile, editor EditorPartPresenter, editorProvider EditorProvider) : void extracted from private initEditor(file VirtualFile, callback OpenEditorCallback, fileType FileType, editor EditorPartPresenter, constraints Constraints, editorProvider EditorProvider) : void in class org.eclipse.che.ide.editor.EditorAgentImpl | From | To | |
Extract Method private finalizeInit(file VirtualFile, editor EditorPartPresenter, editorProvider EditorProvider) : void extracted from private restoreInitEditor(file VirtualFile, callback OpenEditorCallback, fileType FileType, editor EditorPartPresenter, editorProvider EditorProvider, editorPartStack EditorPartStack) : Promise<Void> in class org.eclipse.che.ide.editor.EditorAgentImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter callback : OpenEditorCallback to openEditorCallback : OpenEditorCallback in method private initEditor(file VirtualFile, openEditorCallback OpenEditorCallback, fileType FileType, editor EditorPartPresenter, constraints Constraints, editorProvider EditorProvider) : void in class org.eclipse.che.ide.editor.EditorAgentImpl | From | To | |
Rename Parameter callback : OpenEditorCallback to openEditorCallback : OpenEditorCallback in method private restoreInitEditor(file VirtualFile, openEditorCallback OpenEditorCallback, fileType FileType, editor EditorPartPresenter, editorProvider EditorProvider, editorPartStack EditorPartStack) : Promise<Void> in class org.eclipse.che.ide.editor.EditorAgentImpl | From | To |