1b70b2191fc994af04028ea1a1139b5924cf6eb4
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getProject(fileLocation Location) : IProject renamed to public getProjectFromMemberLocation(fileLocation Location) : IProject in class melnorme.lang.ide.core.utils.ResourceUtils | From | To | |
Rename Method public isProjectInsideGoPath() : boolean renamed to public isProjectInsideThisGoPathEntry() : boolean in class com.googlecode.goclipse.ui.navigator.elements.GoPathEntryElement | From | To | |
Rename Method public getGoPathWorkspaceString() : String renamed to public getGoPathString() : String in class com.googlecode.goclipse.tooling.env.GoPath | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type goPath : GoPath to projectInsideThisGoPathEntry : boolean in method public GoPathEntryElement(goPathEntryPath Path, project IProject, projectInsideThisGoPathEntry boolean) in class com.googlecode.goclipse.ui.navigator.elements.GoPathEntryElement | From | To | |
Rename Variable | 1 | ||
Rename Variable isProjecInsideGoPath : boolean to projectLocation : Location in method protected getResourceImageDescriptor(resource IResource) : ImageDescriptor in class com.googlecode.goclipse.ui.navigator.GoNavigatorLabelProvider | From | To | |
Move Class | 1 | ||
Move Class melnorme.lang.ide.core.engine.LocationKey moved to melnorme.lang.tooling.LocationKey | From | To | |
Rename Attribute | 1 | ||
Rename Attribute projectInsideGoPath : boolean to projectInsideThisGoPathEntry : boolean in class com.googlecode.goclipse.ui.navigator.elements.GoPathEntryElement | From | To | |
Change Variable Type | 2 | ||
Change Variable Type isProjecInsideGoPath : boolean to projectLocation : Location in method protected getResourceImageDescriptor(resource IResource) : ImageDescriptor in class com.googlecode.goclipse.ui.navigator.GoNavigatorLabelProvider | From | To | |
Change Variable Type buildpathChildren : ArrayList2<GoPathElement> to buildpathChildren : ArrayList2<INavigatorElement_Actual> in method protected getProjectGoPathChildren(project IProject) : Object[] in class com.googlecode.goclipse.ui.navigator.GoNavigatorContentProvider | From | To | |
Extract Variable | 1 | ||
Extract Variable projectLocation : Location in method public isProjectInsideGoPathSourceFolder(project IProject, goPath GoPath) : boolean from class com.googlecode.goclipse.core.GoProjectEnvironment | From | To | |
Rename Parameter | 1 | ||
Rename Parameter goPath : GoPath to projectInsideThisGoPathEntry : boolean in method public GoPathEntryElement(goPathEntryPath Path, project IProject, projectInsideThisGoPathEntry boolean) in class com.googlecode.goclipse.ui.navigator.elements.GoPathEntryElement | From | To |