4fd3011be7c896f7a66ecd582ba1fcbbe9f09863
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public validateGoOs() : void renamed to public getGoOs_NonNull() : GoOs in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To | |
Change Return Type | 3 | ||
Change Return Type void to ProcessBuilder in method protected abstract prepareProcessBuilder(goSDKPath Path, goEnv GoEnvironment) : ProcessBuilder in class com.googlecode.goclipse.ui.editor.actions.AbstractEditorGoToolOperation | From | To | |
Change Return Type void to GoOs in method public getGoOs_NonNull() : GoOs in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To | |
Change Return Type void to ProcessBuilder in method protected prepareProcessBuilder(goSDKPath Path, goEnv GoEnvironment) : ProcessBuilder in class com.googlecode.goclipse.ui.editor.actions.RunGoFmtOperation | From | To | |
Extract Method | 1 | ||
Extract Method protected getEffectiveValue(stringPref StringPreference, project IProject, envAlternative String) : String extracted from protected getEffectiveValue_NonNull(stringPref StringPreference, project IProject, envAlternative String) : String in class com.googlecode.goclipse.core.GoProjectEnvironment | From | To |