7c8195fa20facbc94fa428c594ed865941c3fc45
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected setAndDisplayErrorMessage(errorMessage String) : void renamed to protected setAndDisplayStatusLineErrorMessage(errorMessage String) : void in class melnorme.lang.ide.ui.text.completion.LangContentAssistProcessor | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected handleComputationResult(result String) : void from class com.googlecode.goclipse.ui.editor.actions.AbstractEditorGoToolOperation to protected handleResultData(resultData String) : void from class com.googlecode.goclipse.ui.editor.actions.GoFmtOperation | From | To | |
Move Method | 1 | ||
Move Method public prepareOperation() : void from class com.googlecode.goclipse.ui.editor.actions.AbstractEditorGoToolOperation to public prepareOperation() : void from class com.googlecode.goclipse.ui.editor.actions.GoFmtOperation | From | To | |
Move Attribute | 1 | ||
Move Attribute protected pb : ProcessBuilder from class com.googlecode.goclipse.ui.editor.actions.AbstractEditorGoToolOperation to protected pb : ProcessBuilder from class com.googlecode.goclipse.ui.editor.actions.GoFmtOperation | From | To | |
Extract Variable | 1 | ||
Extract Variable status : IStatusMessage in method protected createDefaultToolResponse(resultData RESULTDATA, errorMessage String) : ToolResponse<RESULTDATA> from class melnorme.lang.tooling.toolchain.ops.AbstractToolInvocationOperation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type contentAssistant : ContentAssistant to contentAssistant : ContentAssistantExt in class melnorme.lang.ide.ui.text.completion.LangContentAssistProcessor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter result : String to resultData : String in method protected handleResultData(resultData String) : void in class com.googlecode.goclipse.ui.editor.actions.GoFmtOperation | From | To |