427fb2b92821975bb27d9274d411991221d0b2de
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public createOperation(editor ITextEditor, range SourceRange, newEditorMode OpenNewEditorMode) : AbstractEditorOperation from class com.googlecode.goclipse.ui.actions.GoOpenDefinitionHandler to protected createOpenDefinitionOperation(editor ITextEditor, range SourceRange, newEditorMode OpenNewEditorMode) : AbstractEditorOperation from class com.googlecode.goclipse.ui.editor.actions.GoEditorActionContributor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type AbstractLangEditorActions to LangEditorContextMenuContributor in method protected createActionsManager() : LangEditorContextMenuContributor in class com.googlecode.goclipse.editors.GoEditor | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private BUNDLE_ID : String from class com.googlecode.goclipse.editors.GoEditor to private BUNDLE_ID : String from class com.googlecode.goclipse.editors.ToggleCommentAction | From | To | |
| Extract Method | 1 | ||
| Extract Method public goToMatchingBracket(editorPart IEditorPart) : void extracted from public run() : void in class com.googlecode.goclipse.editors.PairMatcher | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public createCommandsContribHelper(svcLocator IServiceLocator) : LangEditorContextMenuContributor extracted from protected createActionsManager() : AbstractLangEditorActions in class com.googlecode.goclipse.editors.GoEditor & moved to class melnorme.lang.ide.ui.EditorSettings_Actual | From | To |