dcffd3bc38fde18b6920b1097e32e606b2e43ad4
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public findGoPackageForSourceModule(goModuleLoc Location) : GoPackageName renamed to public findGoPackageForSourceFile(goSourceFileLoc Location) : GoPackageName in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To | |
Extract Method | 1 | ||
Extract Method protected getGoOSGoArchSegmentPath() : Path extracted from public getGoRootToolsDir() : Location in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To | |
Rename Parameter | 3 | ||
Rename Parameter path : Location to goPathSubLocation : Location in method public findGoPathEntry(goPathSubLocation Location) : Location in class com.googlecode.goclipse.tooling.env.GoPath | From | To | |
Rename Parameter sourceFileLoc : Location to goSourceFileLoc : Location in method protected getGoPackageForSourceFile(goSourceFileLoc Location, sourceRoot Location) : GoPackageName in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To | |
Rename Parameter goModuleLoc : Location to goSourceFileLoc : Location in method public findGoPackageForSourceFile(goSourceFileLoc Location) : GoPackageName in class com.googlecode.goclipse.tooling.env.GoEnvironment | From | To |