f2e6b64d452983e64f347358975f75e1597ac1b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method protected dialogError(message String) : void from class melnorme.lang.ide.ui.editor.actions.AbstractEditorOperation2 to protected dialogError(message String) : void from class melnorme.lang.ide.ui.actions.CalculateValueUIOperation | From | To | |
Pull Up Method protected dialogInfo(message String) : void from class melnorme.lang.ide.ui.editor.actions.AbstractEditorOperation2 to protected dialogInfo(message String) : void from class melnorme.lang.ide.ui.actions.CalculateValueUIOperation | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type editor : ITextEditor to editor : IEditorPart in method public SourceOperationContext(offset int, selection SourceRange, document IDocument, editor IEditorPart) in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To | |
Change Return Type | 1 | ||
Change Return Type ITextEditor to IEditorPart in method public getEditor_maybeNull() : IEditorPart in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute range : SourceRange to offset : int in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To | |
Split Parameter | 1 | ||
Split Parameter viewer : ITextViewer to [s : Point, document : IDocument] in method protected areMultipleLinesSelected(document IDocument, s Point) : boolean in class _org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type range : SourceRange to offset : int in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To | |
Change Attribute Type editor : ITextEditor to editor : IEditorPart in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter range : SourceRange to selection : SourceRange in method public SourceOperationContext(offset int, selection SourceRange, document IDocument, editor IEditorPart) in class melnorme.lang.ide.ui.editor.actions.SourceOperationContext | From | To |